Programmerwyl

Results 6 issues of Programmerwyl

The environment:jeston tx2: opencv: 4.0.0 Camera: CSI Cameras when I run run_objectdetection,it errors. ('frame', None) Traceback (most recent call last): File "run_objectdetection.py", line 189, in detection(model, config) File "run_objectdetection.py", line...

1. net = create_net(num_classes) -->SSD-->nn.Module 2.net = create_net(num_classes) -->SSD -->nn.DataParallel-->nn.Module The SSD model is inherited from nn.Module. The nn.DataParallel is also inherited from nn.Module. The SSD model has nothing to...

If I want to train 1k3d68.onnx with our own dataset , are there any reference documents?

1.Are the coordinates of the four vertices of the license plate manually marked? 4,0.237361,0.333657,0.328102,0.229583,0.643439,0.643439,0.721136,0.720577,LP,

![image](https://user-images.githubusercontent.com/22095854/54908524-0fdb7100-4f23-11e9-8d6a-2ae4416627e2.png) I want to know how 288 and 608 are obtained. If I want to improve the running speed, how can I modify it? If I do not use this...