vtyw

Results 4 issues of vtyw

When trying to get a file such as `V:\test.txt` from a Windows host, this exception occurs: ``` Traceback (most recent call last): ... scp.get("V:\\test.txt") File "/home/user/.virtualenvs/opencv-4.2.0/lib/python3.6/site-packages/scp.py", line 238, in get...

bug
pr exists

**TL;DR: After TensorRT model conversion, confidence scores drop in accuracy much more than bounding box values. What property of TensorRT or the YOLO architecture causes this?** I use tkDNN for...