SiR0N
Results
1
issues of
SiR0N
Hello I want to use the onnx tiny yolo v2 in Android [https://github.com/onnx/models/tree/master/vision/object_detection_segmentation/tiny_yolov2](https://github.com/onnx/models/tree/master/vision/object_detection_segmentation/tiny_yolov2) My implementation is based on this one: [https://github.com/tensorflow/tensorflow/blob/master/tensorflow/examples/android/src/org/tensorflow/demo/TensorFlowYoloDetector.java](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/examples/android/src/org/tensorflow/demo/TensorFlowYoloDetector.java) I made it work but I always get (almost)...