david8862 / keras-YOLOv3-model-set

end-to-end YOLOv4/v3/v2 object detection pipeline, implemented on tf.keras with different technologies
MIT License
640 stars 222 forks source link

requremennt out of date #223

Closed MMNavetty closed 2 years ago

MMNavetty commented 2 years ago

Can you update the requirements.txt file ? most of the package don't have a specific version so you can't use it as it is, since some of the new versions are not compatible with each others.

david8862 commented 2 years ago

@MMNavetty sorry for response delay. This project is trying to be compatible with TF 1.x and TF 2.x, so the version in requirements.txt is only for reference

MMNavetty commented 2 years ago

ok, i understand your point of view. I think that is the strength of this repo ! Greetings, MM