sacmehta / EdgeNets

This repository contains the source code of our work on designing efficient CNNs for computer vision
MIT License
411 stars 82 forks source link

Need suggestion on parameters #11

Closed yechenw closed 5 years ago

yechenw commented 5 years ago

Hi. Any suggestions for training on binary detection dataset? Only one bounding box for every input image and all the labels are the same (only one object to detect). The input size is 480*640. Need specific advice on the hyper parameters such as neg_pos_rate, ssd300 vs. ssd512, ...etc. Any helps would be appreciated, thank you so much!