wasm-learning icon indicating copy to clipboard operation
wasm-learning copied to clipboard

Do we have yolov4-tflite result parse code?

Open chairwa opened this issue 3 years ago • 3 comments

https://github.com/second-state/wasm-learning/blob/48f054591e8267e994247fa90b9a521c849eead7/faas/yolov4-tflite/src/lib.rs#L43

Here, the commented code is for tflite-ssd. So, do we have yolov4-tflite result parse code?

chairwa avatar May 26 '22 07:05 chairwa

@tpmccallum

chairwa avatar May 28 '22 02:05 chairwa

Hi @chairwa Sorry :( Unfortunately not, I did file an issue with the Tensorflow Rust GitHub repository back in July 2021 but no response was ever received. Here is the link for your convenience. https://github.com/tensorflow/rust/issues/311 Kind regards Tim

tpmccallum avatar May 28 '22 03:05 tpmccallum

There are examples of how to create a parser for results but these are C# language i.e. https://docs.microsoft.com/en-us/dotnet/machine-learning/tutorials/object-detection-onnx#create-the-parser I still have not seen anything like this written in Rust language. Hope this helps provide some understanding.

tpmccallum avatar May 28 '22 03:05 tpmccallum