We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@DataXujing 您好,我下载了您给的weights进行训练,发现训练是从epoch 260开始的,而且即使我在data里面重新定义了class,训练出来的模型对应的还是coco class。能请您帮忙看看吗?谢谢
train: ./data/sei1202/images/train # val: ./data/sei1202/images/val # test: ./data/sei1202/images/test #
nc: 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@DataXujing 您好,我下载了您给的weights进行训练,发现训练是从epoch 260开始的,而且即使我在data里面重新定义了class,训练出来的模型对应的还是coco class。能请您帮忙看看吗?谢谢
go_train_yolov4_sei.sh
python train.py
--device 0
--data ./data/sei_data.yaml
--cfg cfg/yolov4-pacsp-sei.cfg
--weights weights/yolov4-pacsp.pt
--img-size 1920 1920
--epochs 500
--batch-size 6
--resume False
sei_data.yaml
train and val datasets (image directory or *.txt file with image paths)
train: ./data/sei1202/images/train #
val: ./data/sei1202/images/val #
test: ./data/sei1202/images/test #
number of classes
nc: 2
class names
names: ['bottle', 'can']
The text was updated successfully, but these errors were encountered: