Katsuya Hyodo
Katsuya Hyodo
I can not read or write Chinese or English, but I translate with Google Translator and communicate with you. Please be assured that I understand your interactions with you. 我不会读或写中文或英文,但我会翻译Google翻译并与您沟通。...
What you really want to convert is "tiny YoloV3"? Or "Full YoloV3"? The wrong JSON configuration file is specified. **https://github.com/PINTO0309/OpenVINO-YoloV3/blob/master/script.txt**
It does not matter if you do not execute the command.
``` python3 convert_weights_pb.py \ --class_names coco.names \ --weights_file weights/yolov3.weights \ --data_format NHWC \ --output_graph pbmodels/frozen_yolo_v3.pb ``` ``` sudo python3 /opt/intel/computer_vision_sdk/deployment_tools/model_optimizer/mo_tf.py \ --input_model pbmodels/frozen_yolo_v3.pb \ --output_dir lrmodels/YoloV3/FP32 \ --data_type FP32 \...
https://stackoverflow.com/questions/46021456/configure-multiprocessing-in-python-to-use-forkserver
@trittsv Can you tell me the version of Keras?
The sample programs in this repository are for images only. If you can replace the data you own with an image, you may be able to detect something. It would...
I don't mean to interrupt this thread, but there is a way. You can use the tool I created to convert it to NHWC. Since it is still a WIP,...
> That channel conversion you implemented is done in OpenVINO to tf model step. Right? Yes. That's right. > Even official onnx_tf doesn't have any support for NHWC. Is there...
I am looking forward to your contribution. I am a lone committer.