gdlg / panoramic-object-detection

Eliminating the Blind Spot: Adapting 3D Object Detection and Monocular Depth Estimation to 360° Panoramic Imagery
https://gdlg.github.io/panoramic
Other
71 stars 18 forks source link

Training #3

Open TapSumBong opened 5 years ago

TapSumBong commented 5 years ago

Hi gdlg, I'm new to this and couldn't find the python script test_single.py for training purpose. I'm using test.py from pytorch-CycleGAN-and-pix2pix as replacement, but are the both script same though? Thank you for your help.

gdlg commented 5 years ago

Hello,

Sorry, I forgot to push the script to Github; I have just pushed it now at: https://github.com/gdlg/pytorch-CycleGAN-and-pix2pix

The two scripts are essentially doing the same thing. The test_single.py will only transfer in one direction and only save the output image whereas test.py is rather verbose. It’s just a convenience to save disk space and avoid some file renaming.

TapSumBong commented 5 years ago

Thanks! I am still digging into your research paper and will get back to you if I face any other issue.

Yanhui-He commented 5 years ago

@TapSumBong Hello, can we discuss this algorithm? I have been trained once, but when I test it on my own data, there is no result output.