2gunsu / monocon-pytorch

Unofficial Pytorch Implementation for MonoCon(AAAI, 2022)
Apache License 2.0
86 stars 10 forks source link

How to visualize my own pictures? #14

Closed DJCdjcDJC2000 closed 1 year ago

DJCdjcDJC2000 commented 1 year ago

There is no label_2 under the testing folder. How does test.py predict the images under the testing folder. In other words, my dataset only has images and camera parameters(calib). How should I use pre training weights to generate label files or how to visualize my images? Thank you very much.