Jove125
Jove125
Hello! Has anyone tried uint8 quantization of this model? I tried to use this script: tflite_convert --graph_def_file=./model.pb --output_file=./pose-quant.tflite --input_format=TENSORFLOW_GRAPHDEF --output_format=TFLITE --inference_type=QUANTIZED_UINT8 --input_shape="1,96,96,3" --input_array=image --output_array=Convolutional_Pose_Machine/stage_5_out --default_ranges_min=0 --default_ranges_max=6 --mean=0 --std_dev=1 After that...
Hello! How to train model on perspective view images? Is it enough to generate the data in the perspective view and change the projection_mode from orthogonal to perspective? Is it...
Hello, I converted pytorch model with grid_sample function to onnx. It was custom build with PyTorch v1.12.0-dev and onnxruntime v1.12.0-dev - **opset=16** See this issue for detail: [https://github.com/microsoft/onnxruntime/issues/10232](url) But now...
Hi, The error consistently occurs when performing a certain sequence of actions and only on some devices. 1. Open the page and initialize/execute 2 models. 2. Refresh the page (without...
Hi, According to this recomendations, it is necessary setting up cross-origin isolation: https://github.com/tensorflow/tfjs/tree/master/tfjs-backend-wasm#setting-up-cross-origin-isolation ``` Cross-Origin-Opener-Policy: same-origin Cross-Origin-Embedder-Policy: require-corp ``` After these settings, neural networks on a desktop PC and on...
Hello, The SSD model converted to tflite with a flag use_regular_nms=True doesnt work with tf-js tflite. Calling the model.predict function causes the web-page to freeze without returning any error or...
### System Information Opencv.js ver 4.5.5 build parameters: `python ./opencv/platforms/js/build_js.py build_wasm --build_wasm --threads` ### Detailed description An error occurs when refreshing a page due to insufficient RAM and only on...
Hi, Error in the last version of USSR (in the previous version there was no): ``` ( INFO ) Unity Version: 2021.2.19f1 ( INFO ) Start removing Unity splash screen......