zhijieshen-bjtu/DOPNet

wired inference results

Closed this issue · 4 comments

Thanks the authors for releasing the codes! I have got very poor results similarly as discussed in this thread #1. I also tried the most recently updated codes, which didn't work neither. Could you please take a look again? Are the shared models correct? Thanks.

It seems that the same issue posed by @CBS5181 has been resolved, how about you?

Im having the same issue. I even had to edit code in some places
image
Which opencv version are you using? Please provide requirements.txt or Dockerfile

Args:

"args": [
                "--cfg", "src/my_config/mp3d.yaml",
                "--img_glob", "src/demo/*",
                "--output_dir", "src/output/test", 
                "--post_processing", "manhattan"
            ]

ok, this is funny. If anyone has wierd results, please download the checkpoints! They are empty folders by default and doesnt contain *.pth files. The only auto download thing is resnet I think from torchvision.
Authors should check if ckpt_dir is present or at least put some warning message or something.
image

It seems that the same issue posed by @CBS5181 has been resolved, how about you?

Yes, this issue has been resolved. The pretrained models were not downloaded correctly, I re-downloaded the models and it worked! Thanks!