Katsuya Hyodo

Results 221 comments of Katsuya Hyodo

@Rimsha7777 Just execute the commands listed in the following file in order from the top. **https://github.com/PINTO0309/OpenVINO-YoloV3/blob/master/script.txt** ```bash python3 convert_weights_pb.py \ --class_names coco.names \ --weights_file weights/yolov3-tiny.weights \ --data_format NHWC \ --tiny...

The OpenVINO installer for RaspberryPi does not include a model optimizer. So if you want to convert the model, you need a HostPC with the full version of OpenVINO installed....

``` cam = cv2.VideoCapture(0) if cam.isOpened() != True: print("USB Camera Open Error!!!") sys.exit(0) cam.set(cv2.CAP_PROP_FPS, vidfps) cam.set(cv2.CAP_PROP_FRAME_WIDTH, camera_width) cam.set(cv2.CAP_PROP_FRAME_HEIGHT, camera_height) window_name = "USB Camera" wait_key_time = 1 #cam = cv2.VideoCapture("data/input/testvideo4.mp4") #camera_width...

I will reply when I have finished my work. Please give me some time.

@chirs123456 >But when I use usb camera I have following error: (python3:3641): GStreamer-CRITICAL **: gst_element_get_state: assertion 'GST_IS_ELEMENT (element)' failed Please tell me the result of the following command. 1. ```bash...

@chirs123456 >for j in range(i + 1, objlen): if (IntersectionOverUnion(objects[i], objects[j]) >= 0.2): objects[j].confidence = 0 above three code will have zero error. Is the code you own as follows?...

I solved the problem of low precision. There was a mistake in the logic of preprocessing and postprocessing.

@chirs123456 In the preprocessing and postprocessing, it was a problem that the aspect ratio of the image was not maintained. I reviewed the process to maintain the aspect ratio of...

@chirs123456 Is it a movement like the figure below? ![ezgif com-video-to-gif 5](https://user-images.githubusercontent.com/33194443/53645836-215f8f00-3c7d-11e9-83d7-0a850ceac3e2.gif)

@chirs123456 Sorry. I forgot to fix bugs in that file. I have committed now. However, the accuracy of FP16 is somewhat worse than FP32. commit 3caacfb4e4d396af95f652b28d41b5d82e7d183f