CharlesShang / FastMaskRCNN

Mask RCNN in TensorFlow
Apache License 2.0
3.1k stars 1.1k forks source link

Where are threads defined #165

Closed cclauss closed 4 years ago

cclauss commented 6 years ago

threads is used at https://github.com/CharlesShang/FastMaskRCNN/blob/master/unit_test/resnet50_test.py#L176 but it is never defined or imported.

kcoo6687 commented 6 years ago

modified line 104 threads = tf.train.start_queue_runners(sess=sess, coord=coord)