dBeker / Faster-RCNN-TensorFlow-Python3

Tensorflow Faster R-CNN for Windows/Linux and Python 3 (3.5/3.6/3.7)
MIT License
612 stars 329 forks source link

How to view the loss curve in the tensorboard? #74

Closed mayflyfy closed 5 years ago

mayflyfy commented 5 years ago

How to change the code to view the loss curve in the tensorboard. I see that other versions of Faster-rcnn have logs in the directory “experiments/logs/xxx” , but this versions does not have it.

i would appreciate it if you answer my question.

morpheusthewhite commented 5 years ago

This project does not log on Tensorboard by default, so you'll not find that folder; you can easily add it as done here

mayflyfy commented 5 years ago

This project does not log on Tensorboard by default, so you'll not find that folder; you can easily add it as done here

thank you!

morpheusthewhite commented 5 years ago

You're welcome