rigidmask icon indicating copy to clipboard operation
rigidmask copied to clipboard

Code for "Learning to Segment Rigid Motions from Two Frames". CVPR 2021.

Results 12 rigidmask issues
Sort by recently updated
recently updated
newest added

Hello, in your paper, I want to know that why the results of 'ours' in the table 1 are different from those of 'Reference' in table 4.

Hi, We want to get the flow result on KITTI 2015 testing. We use the following command: ``` python eval/eval_flow.py --path precomputed/rigidmask-sf/ --dataset 2015test ``` But we found the error:...

Hello! I was wondering how was the calibration file constructed, for the kitti video example. I am trying to run the model on other kitti videos, but the calibration files...

hello,I have a probelm, in the 'exploader.py' , the 168 line shows us that change_size[:,:,1:4]=d1,d2,d2 and change_size[:,:,4:6]=flow3d, then we get the rectified 3D flow named 'p3d' from the 202 line,...

hello, I do not find the 'pose.txt' in the 'kitti_scene/training', could share it with me?

Hi, can you released your code on the rigid segmentation? i seem to be stuck at this part Thank you

Or can I get early access? I wish to use it as a part of my upcoming research paper.

hi, i am training the model using kitti dataset only, but i faced a problem. When I trained the model, it appears that the ./ssd/kitti scene/training/calib/000044.txt doesn't exists, and may...

Thanks for your work. Could you please tell me briefly what is the approximate running speed of your network under what kind of hardware?