Adrian Rosebrock
Adrian Rosebrock
Thanks, I'll give this a try.
Can you please clarify in particular what you are looking for? I can provide the papers to the Faster R-CNN and SSD papers along with the authors original TensorFlow/Caffe implementations...
I second @pcmanik's comment on the full version of YOLO. I would still recommend SSDs and R-CNNs over YOLO if accuracy is valued more than the performance/speed of the pipeline...
In practice I've found that YOLO9000's accuracy isn't as good as SSD or Faster R-CNN (speed is another story, YOLO is very speedy). YOLO can also be more challenging to...
@nickjong Wow, including the Radeon Pro Vega 64? If so, _awesome!_
Your PR will fail if the user is using a non-TF backend (such as Theano, CNTK, mxnet, etc.). If you're making TF specific checks you'll want to check and see...
Thanks @AdamSpannbauer, this is a really cool tool and utility function but I'm hesitant to include it in the actual library. The library is meant to be compact and a...
It's not an issue with `requirements.txt`, it's a problem with your request itself, perhaps being an invalid path to the input image. Double-check your image path and try again.
@edchepen Double and tripe-check your input image path. It could be the case that your input image path is incorrect. Secondly, I do have two more tutorials on the PyImageSearch...
Congrats on resolving the issue, @edchepen! And thanks so much for providing your fix, I'm sure it will help other readers as well 😄