Deadpool5549

Results 4 comments of Deadpool5549

Or tell us how to modify p6 or w6 cfg files to train a d6 model, Thanks

Hi Matt! the training command in paper branch looks like this `python train.py --batch-size 8 --img 1280 1280 --data data/coco.yaml **--cfg models/yolor-p6.yaml** --weights '' --device 0 --name yolor-p6 --hyp hyp.scratch.1280.yaml...

Hi, this is the command I used for inference . Hope it helps ;) `python detect.py --weights "path to weights" --conf --source "path to video/image file/folder here"`

You're welcome, I don't think we need it, maybe because we already have weight.pt file.