Stephenfang51 / tracklite

Using Tensort to speed up yolov3 with deepsort for MOT
158 stars 48 forks source link

failed during installing onnx #16

Open qingfeng-zhang opened 3 years ago

qingfeng-zhang commented 3 years ago

can anybody help? sudo apt-get install protobuf-compiler libprotoc-dev pip install onnx==1.4.1 or pip install onnx==1.5

Building wheel for onnx (setup.py) ... error ERROR: Command errored out with exit status 1:

qingfeng-zhang commented 3 years ago

有人交流一下吗? 我的 QQ: 744256069 , 微信: jack_zhang_sg

qingfeng-zhang commented 3 years ago

onnx 1.4.1 can be installed , but it takes a long time to download weights from https://pjreddie.com/media/files/yolov3.weights

I used yolov3.weights I got from other place . and met some errors

python3 yolov3_to_onnx.py

Layer of type yolo not supported, skipping ONNX node generation. Layer of type yolo not supported, skipping ONNX node generation. Layer of type yolo not supported, skipping ONNX node generation. graph YOLOv3-608 ( %000_net[FLOAT, 64x3x416x416] )

somebody know why? where is the fast hyper-link to download the weights?