rykov8 / ssd_keras

Port of Single Shot MultiBox Detector to Keras
MIT License
1.1k stars 553 forks source link

Added XML parser for VOC2007 #30

Closed oarriaga closed 7 years ago

oarriaga commented 7 years ago

Hello @rykov8

Here is the XML parser I made for VOC2007. I trained last night it seemed to have worked. The best validation loss I got was of 2.10 at iteration 09. Unfortunately I didn't program the MAP metrics yet; therefore, we don't have any way of corroborating the results. However, if I decide to do it, I will indeed make another PR. Thanks, Octavio

rykov8 commented 7 years ago

@oarriaga Great, thanks!