Tianxiaomo / pytorch-YOLOv4

PyTorch ,ONNX and TensorRT implementation of YOLOv4
Apache License 2.0
4.48k stars 1.49k forks source link

What's this '-f' argument for? #420

Open BruceDai003 opened 3 years ago

BruceDai003 commented 3 years ago

Hello, I'm trying to use Yolov4.pth pre-trained model to do evaluation on coco dataset, so I guess I should use evaluate_on_coco.py file for reference. It seems that only Darknet is supported in this file, so I might have to modify it a little bit. But what is the argument -f for ? --load? I use grep to find any usage of this cfg.load, but got no results. So I guess this argument is useless, right?