iariav

Results 18 comments of iariav

yes, you need to change mypath.py and add a class for loading your dataset in 'dataloaders/datasets'. you might also need to add some dataset related functions to 'dataloaders/utils.py'

just to as the massage suggests - replace `g_hat = g_hat.view(N, -1)` with `g_hat = g_hat.reshape(N, -1)`

yes. all 300X640X3. both A and B. moreover, it always happens on the first image (which is different every time)

Hi, I made all the necessary changes to be able to work with images which are not square. I now have image_size_h, and image_size_w parameters. good news - apparently I...

what GPUs are you running on? these warnings are known and can be ignored for now, i don't think they're related to your issue at all. I see that you...

What opt_level are you using? And do you run on one gpu or multiple gpus? Currently only a part of the opt_levels are working with multiple gpus. We issue a...

Has anyone managed to produce the RGBD point cloud as in the demo and can share a script on how to achieve this?

having a similar issue. single image prediction.

thank you for your reply. But why do you assume different intrinsics? if I train and test on images generated from the same camera rig, it's the same intrinsics, right?