theAIGuysCode / Object-Detection-API

Yolov3 Object Detection implemented as APIs, using TensorFlow and Flask
Apache License 2.0
339 stars 179 forks source link

Object Detection API for YoloV4 #12

Open dianamariand92 opened 4 years ago

dianamariand92 commented 4 years ago

Hello @theAIGuysCode, great work !!!.

What changes would I have to implement to use YoloV4?

Thank you

saifddine commented 4 years ago

hello Diana, did you find a way to make this work on Yolov4 ?

dianamariand92 commented 4 years ago

Hello @saifddine

I made it work with this repository https://github.com/hunglc007/tensorflow-yolov4-tflite.

ghost commented 4 years ago

Hello @saifddine

I made it work with this repository https://github.com/hunglc007/tensorflow-yolov4-tflite.

@dianamariand92 Is there a repository which I can use to create this API with Yolov4?

codelover96 commented 3 years ago

I am interested too. Haven't found a way yet.

codelover96 commented 3 years ago

Hello @dianamariand92. Can you please explain how you used yolov4 with the repo you mentioned? What is the process you followed? Do you mind sharing your code with us?

I tried converting my yolov4 weights to tensorflow models (.pb) but cannot make it work with the code for the API.

Please take a moment to answer, appreciate it ~codelover96