Prateek Gupta

Results 22 comments of Prateek Gupta

@chaotianjiao I am also facing the same error. Have you resolved it?

@vladimirhorvat I am able to successfully do the conversion but using below repository- [https://github.com/david8862/keras-YOLOv3-model-set](url)

@tobymcclean I recommend you to use following repo- [https://github.com/david8862/keras-YOLOv3-model-set](url) The author of above repo is more active and replies asap. With this repo, I am able to convert my custom...

@saijalshakya Followed the step but by E:\ML\Django-Sample\django-ai_env\Lib\site-packages is blank and there is no manage.py file is created. @math-a3k seems like issue happens in windows

This issue still exist. I am using 'dateparser' module with my Python 3.7 and getting same error in AWS Lambda function console.

> ### Select Topic Area > Question > > ### Body > I would like to plot the f1score of test data and val data through tensorboard in yolov7. >...

@KaranBhuva22 what is the --conf-thres you used in the above images?

> @dsbyprateekg --conf-thresh is 0.7 Check with a lower one like 0.5 or default one 0.25.

@gpsamt you can check following PR for tflite conversion- [https://github.com/WongKinYiu/yolov7/pull/1968](url)