hhk7734 / tensorflow-yolov4

YOLOv4 Implemented in Tensorflow 2.
MIT License
136 stars 75 forks source link

make .inference method accept np.ndarray (numpy image) #88

Closed fcakyon closed 1 year ago

fcakyon commented 3 years ago

@hhk7734 we need this pr to be accepted to add support for your yolov4 package in sahi: https://github.com/obss/sahi/issues/139

hhk7734 commented 3 years ago

@fcakyon Did you see this? https://github.com/hhk7734/tensorflow-yolov4/blob/3d31292cefba198b1528a90b3f435204efe7be73/py_src/yolov4/tf/__init__.py#L105-L131

fcakyon commented 3 years ago

@hhk7734 thanks a lot for pointing that out, I may have missed it :) Will try to work with .predict() method 👍