blue-oil/blueoil

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

Open

#459 创建于 2019年9月24日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (250 star) (85 fork)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.

贡献者指南