blue-oil/blueoil

passing `num_max_boxes` might be possible to remove from train.py

Open

#459 opened on 2019年9月24日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Python (250 stars) (85 forks)batch import
good first issue

説明

object detection network receives num_max_boxes parameter, but might be possible to remove.

num_max_boxes is used to create an instance of tf.placeholder. However, it is possible to use None for tf.placeholder if the tensor shape is not fixed. If training performance is not decreased, we can remove this parameter.

コントリビューターガイド