Object detection Google Colab
Demet95 opened this issue · 3 comments
Hi, im working on the Google Colab (for object detection ) with a Dataset for car plates. I have two questions : First , how can i know the anchors value in the config cell for this dataset? Second, when i run the training and the validation cells i can't see the plots and i dont know if its a bug.
Thanks for the help
Hello! Regarding your first question - #22
Regarding the absence of training graphs - I was able to reproduce the issue. I think there might have been some changes in Colab environment. Let me see how can I restore it.
I'll put enhancement tag to this issue. In near future I want to migrate all the code to TF 2.0 and use Tensorboard instead of picture graphs. That will solve the issue with Tkinter/matplotlib.
In the latest version tensorboard is used instead of picture training graphs. Closing the issue.