Andrea Azzini

Results 6 comments of Andrea Azzini

@DrM175u correct, the network I have implemented is not the canonical segnet. I have implemented the canonical version, but I decided to leave it outside the scope of the project....

Hey @Zumbalamambo, you can refer to https://github.com/andreaazzini/segnet.tf/issues/8.

So, I'm still far from achieving good results on VOC (I had the time to complete only 72 epochs). Some examples (good, promising and bad). ![2008_001271](https://user-images.githubusercontent.com/8004379/30342425-b7e783da-97ae-11e7-8685-ea5c7d722a62.jpg) ![2012_000745](https://user-images.githubusercontent.com/8004379/30342543-152ef0d2-97af-11e7-8ec3-36a7447dfd95.jpg) ![2012_002009](https://user-images.githubusercontent.com/8004379/30342545-178c42d0-97af-11e7-97e8-b3dca7fe4c3e.jpg) My gut...

@c0nn3r https://github.com/andreaazzini/retinanet.pytorch/blob/328f63e12fdcd9e5b11f8828828b302245b13cf8/demo.py I removed `demo.py` from master because I'm working on an evaluation script, and the demo script needs to be changed accordingly.

@c0nn3r Are you using my encoder or @kuangliu's?