AIWintermuteAI / aXeleRate

Keras-based framework for AI on the Edge
MIT License
174 stars 72 forks source link

Object detection Google Colab #25

Closed Demet95 closed 3 years ago

Demet95 commented 3 years ago

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.

I work on Google Colab. image image image image image

Thanks for the help

AIWintermuteAI commented 3 years ago

Hello! Regarding your first question - https://github.com/AIWintermuteAI/aXeleRate/issues/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.

AIWintermuteAI commented 3 years ago

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.

AIWintermuteAI commented 3 years ago

In the latest version tensorboard is used instead of picture training graphs. Closing the issue.