fix rknpu export
parent
b1c83cf7c3
commit
551471b50a
|
@ -73,4 +73,4 @@ jobs:
|
|||
done
|
||||
done
|
||||
python models/yolo.py --cfg $m.yaml # build PyTorch model
|
||||
python export.py --weights $m.pt --img 64 # export
|
||||
python export.py --weights $m.pt --img 64 --rknpu --int8 --data data/rknpu-qnt.txt # export
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
images/bus.jpg
|
||||
images/zidane.jpg
|
Loading…
Reference in New Issue