Results 3 issues of chingi

## detail | 详细描述 | 詳細な説明 Hello, I installed ncnn on jetson nano and compiled the NCNN example on QT, but the following problems occurred. Excuse me, is there a...

我在retrain 剪支過的模型時,出現了以下問題 Traceback (most recent call last): File "train.py", line 985, in train(hyp) # train normally File "train.py", line 164, in train load_darknet_weights(model, weights, pt=opt.pt, BN_Fold=opt.BN_Fold) File "/home/joy/yolo_darknet/YOLOv3v4-ModelCompression-MultidatasetTraining-Multibackbone/models.py", line 632,...

您好,我想請教一下 我使用 prune.py 做剪枝後的 mAP 是 0.72 ![1](https://user-images.githubusercontent.com/48977154/102974284-36d03800-4539-11eb-8210-a98ae27953e0.png) 但是我將他 fine-tune 時,mAP 下降到幾乎為 0 了,請問是哪邊有錯誤嗎? 謝謝。 我執行的指令如下: python train.py --cfg ../prune_0.1_Person_detection/prune_0.1_cfg/prune_0.1_yolov4-tiny-obj.cfg --weights ../prune_0.1_Person_detection/prune_0.1_weights/prune_0.1_yolov4-tiny-obj_final.weights --data ../Person_detection/cfg/person-prune.data --epochs 50 --batch-size 32 以下是訓練時的訊息: learning...