Shadow
Shadow
How to train custom data?or In the folder, 'dataset/voc12' , how to generate the file .npy and .pkl
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question Using yolov5(m) to train custom data, resulting in high...
2022-08-20T22:00:43.402918+0800 INFO | 1 | monitor:stdout_record[257] :[stdout] yolo_128 2022-08-20T22:00:43.403349+0800 INFO | 1 | monitor:stdout_record[257] :[stdout] Total number of YOLO layers: 367 2022-08-20T22:00:43.403774+0800 INFO | 1 | monitor:stdout_record[257] :[stdout] Building YOLO...
The tensorrt weights I exported using the yolov5 official website are almost the same as the original weight prediction results, and the error range is also within an acceptable range,...
python layer_channel_prune.py --cfg cfg/my_cfg.cfg --data data/my_data.data --weights weights/last.pt --shortcuts 12 --global_percent 0.8 --layer_keep 0.1 Traceback (most recent call last): File "layer_channel_prune.py", line 272, in compact_model2 = Darknet([compact_model1.hyperparams.copy()] + compact_module_defs, (img_size,...
In the folder, 'zs3/embeddings/pascal/w2c/norm_embed_arr_300.pkl' , how to generate?
### Prerequisite - [X] I have searched [the existing and past issues](https://github.com/open-mmlab/mmyolo/issues) but cannot get the expected help. - [X] I have read the [FAQ documentation](https://mmyolo.readthedocs.io/en/latest/faq.html) but cannot get the...
识别不到目标
我是自己训练的数据,把权重转换成trt格式后,用trt.py测试我的转换的权重可用并且能识别物体,我按照你的步骤操作,在deepstream里面跑通了没有报错误,但是就是识别不到物体,请问有什么建议嘛
权重
其中三个网络的权重是怎么获得的或者是怎么训练出来的?
框不出物体
训练了一个类别,大约200图片,把 载入预训练权重 那块代码注释掉,训练400epoch,loss为59,val_loss为48,但是测试框不出物体,是我哪里出错了吗