YOLOv3_TensorFlow
YOLOv3_TensorFlow copied to clipboard
How do I test multiple images?
Hi @wizyoung @matthew-jack
I successfully implemented the training and testing_single_image with custom dataset .
I would now like to redevelop the code for testing multiple images. How do I go about it?
@liweidai Thanks for the reply.. But why do we need opencv for testing multiple images?
Because the code here considers command line argument input which takes a single image as input. When I try to loop using the whole tensorflow session, it results in an error. What can be a way around for it?
I tried using it. But the tensorflow variable scope works on the graph principle & is not very intuitive to code.
The first image runs without any error but it fails in the next iteration.
Hello, may I ask if you have measured multiple pictures at the same time? Or is there any way on your side instead of entering an image through a command, but writing it directly in python code and then running the python program directly.
I want to use yolov3 to predict the number of real-time person from the rtsp stream with suited interval,anyone has the right python file?