theAIGuysCode / yolov4-custom-functions

A Wide Range of Custom Functions for YOLOv4, YOLOv4-tiny, YOLOv3, and YOLOv3-tiny Implemented in TensorFlow, TFLite, and TensorRT.
MIT License
602 stars 370 forks source link

Integration with django app #49

Open parthtilokani opened 3 years ago

parthtilokani commented 3 years ago

I want to call the detect module in my django app could you tell me possible step I could do to call the function or module directly by passing image to detect.py

phfreak13 commented 1 year ago

Did you get the answer?