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?
Hi @theAIGuysCode , when we run a Terminal code as
./darknet detect .................and detect a saved image, it is all manually. With aKeras/Tensorflow/ PyTorch model, we can useFlaskto 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?