Last active
January 9, 2019 10:02
-
-
Save uelordi01/9446551577f798d8b4be6087cf0791eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://github.com/mystic123/tensorflow-yolo-v3 | |
| python3 mo_tf.py \ | |
| --log_level=DEBUG \ | |
| --data_type FP16 --input_shape [1,416,416,3] \ | |
| --input_model /home/VICOMTECH/uelordi/repos/tensorflow-yolo-v3/yolo_v3.pb \ | |
| --tensorflow_use_custom_operations_config /opt/intel/computer_vision_sdk/deployment_tools/model_optimizer/extensions/front/tf/yolo_v3.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment