tadax / m2det

M2Det implementation using TensorFlow
MIT License
63 stars 26 forks source link

Can this model train the Pascal VOC dataset? #1

Open 1451595897 opened 5 years ago

1451595897 commented 5 years ago

Hello,I want to ask you,can this model train the Pascal VOC datasets?

tadax commented 5 years ago

@1451595897 Yes you can. Prepare text files for annotations in the format as (class_index, min_x, min_y, max_x, max_y). Please check mscoco/process.py as a reference.