Home
last modified time | relevance | path

Searched refs:frame_idxs (Results 1 – 4 of 4) sorted by relevance

/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/data/kitti/
H A Dmono_dataset.py50 def __init__(self, data_path, filenames, height, width, frame_idxs, argument
61 self.frame_idxs = frame_idxs
144 for i in self.frame_idxs:
174 for i in self.frame_idxs:
183 if "s" in self.frame_idxs:
/dports/misc/py-gluoncv/gluon-cv-0.9.0/docs/tutorials/depth/
H A Dtest_monodepth2_posenet.py75 data_path=data_path, filenames=filenames, height=192, width=640, frame_idxs=[0, 1],
/dports/misc/py-gluoncv/gluon-cv-0.9.0/scripts/depth/
H A Dtest_pose.py68 height=opt.height, width=opt.width, frame_idxs=[0, 1],
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/torch/data/gluoncv_motion_dataset/
H A Ddataset.py578 frame_idxs = []
584 frame_idxs.append(idx)
585 return sorted(frame_idxs)