YOLOv4-Cloud-Tutorial
YOLOv4-Cloud-Tutorial copied to clipboard
How can you use this model as deployment?
Hi @theAIGuysCode , when we run a Terminal code as ./darknet detect ................. and detect a saved image, it is all manually. With a Keras/Tensorflow/ PyTorch model, we can use Flask to serve on local system. I am asking is there any way to use this one (Not the Tensorflow one which you have) ? Can I convert this as Python code?