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
Hello, I am interested in implementing ASFF in https://github.com/ultralytics/yolov3. We have a baseline yolov3-spp results of 42.1mAP@0.5:0.95 at 608, see https://github.com/ultralytics/yolov3#map.
We currently use darknet format *.cfg files like https://github.com/ultralytics/yolov3/blob/master/cfg/yolov3-spp.cfg to build our PyTorch models. Is there for example a yolov3-spp-asff.cfg file I might be able to test?
yolov3-spp-asff.cfg
Thanks!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, I am interested in implementing ASFF in https://github.com/ultralytics/yolov3. We have a baseline yolov3-spp results of 42.1mAP@0.5:0.95 at 608, see https://github.com/ultralytics/yolov3#map.
We currently use darknet format *.cfg files like https://github.com/ultralytics/yolov3/blob/master/cfg/yolov3-spp.cfg
to build our PyTorch models. Is there for example a
yolov3-spp-asff.cfg
file I might be able to test?Thanks!!
The text was updated successfully, but these errors were encountered: