A test environment running yolov9-wholebody15 on onnxruntime-web.
model: https://github.com/PINTO0309/PINTO_model_zoo/tree/main/456_YOLOv9-Wholebody15
-
optimization
python \ -m onnxruntime.tools.convert_onnx_models_to_ort \ yolov9_s_wholebody15_post_0145_1x3x480x640.onnx
-
Starting the inference web server
python -m http.server
-
Displaying a web page (with Wasm)
-
Results
-
ONNX WebGPU optimization
./convert_script.sh
-
Starting the inference web server
python -m http.server
-
Displaying a web page (with WebGPU)
-
Results
pip install -U onnx2tf
pip install -U --no-deps \
tensorflowjs \
tensorflow_decision_forests \
ydf \
tensorflow_hub
onnx2tf -i yolov9_n_wholebody15_post_0145_1x3x480x640.onnx -cotof -dgc
tensorflowjs_converter \
--input_format tf_saved_model \
--output_format tfjs_graph_model \
saved_model \
tfjs_model
-
Starting the inference web server
python -m http.server
-
Displaying a web page (with TensorFlow.js)
-
Results
-
Displaying a web page (with TensorFlow.js + USB Camera)
-
Results
Kazam_screencast_00011_.mp4