you359 / Keras-FasterRCNN

keras implementation of Faster R-CNN
MIT License
334 stars 216 forks source link

How to draw the Recall-IoU curve? #44

Open xsliu2018 opened 4 years ago

collinarnett commented 4 years ago

You need to use Tensorboard to view the logs. Find the log files and then run tensorboard --logdir yourlogdirectory and replace "yourlogdirectory" with the directory where your logs are. You can then access the logs at http://localhost:6006/