blue-oil/blueoil

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

Offen

#459 geöffnet am 24.09.2019

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (85 Forks)batch import
good first issue

Repository-Metriken

Stars
 (250 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide