masgh21

Results 8 comments of masgh21

public class TestModel1: YoloModel { public override int Width { get; set; } = 640; public override int Height { get; set; } = 640; public override int Depth {...

@keesschollaart81 Hello Can you help me ?

Hello @tanzerlana I test it with detect.py and with .pt format and it works. after converted it to onnx , it didnt detect anything .

@tanzerlana @keesschollaart81 i upload my .ppt model here. [model](https://drive.google.com/file/d/130RnBwkFZvk5U8RTpFj_nh0ssnhK5iQN/view?usp=sharing)

I want to use it with yolov5net and i don't know how to use it. @keesschollaart81

@keesschollaart81 my problem is onnx version and it does not work , and i need help to use onnx and yolov5net .

@keesschollaart81 I converted my .pt model to onnx after that i couldn't load it and I got this Error public override int Dimensions { get; set; } = 6; public...

@tanzerlana I test it with detect.py now and it works with onnx format ![image](https://user-images.githubusercontent.com/90691672/170653722-aa333143-551e-4d19-a504-2c39a5ec68c1.png) in visual studio i got same error [IndexError](https://github.com/mentalstack/yolov5-net/issues/58)