endernewton / tf-faster-rcnn

Tensorflow Faster RCNN for Object Detection
https://arxiv.org/pdf/1702.02138.pdf
MIT License
3.65k stars 1.58k forks source link

tensorboard no data #472

Closed lululalamm closed 4 years ago

lululalamm commented 4 years ago

i run with pre-trained model. $ ./experiments/scripts/test_faster_rcnn.sh 0 pascal_voc_0712 res101

and run below command to run tensorboard $ tensorboard --logdir=tensorboard/res101/voc_2007_test/ --port=MY_PORT &

but not there tensorboard directory in root

tensorboard page says "No dashboards are active for the current data set".

How do i get tensorboard data? :( I can't found it in any other issue.

CXYCarson commented 4 years ago

Have you solved this problem? If you haven't, please ensure that you have a 'tf.events' file such as 'events.out.tfevents.1568086704.bc161a9ed44a'. The error you get seems to be complaining that you don't have that file.

lululalamm commented 4 years ago

I solved the problem The file is created only when training ..!!