Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

SOLOv2: Dynamic, Faster and Stronger, achives 39.5mAP on coco test-dev (36 epochs result)

License

Notifications You must be signed in to change notification settings

YuqingWang1029/SOLOv2

Repository files navigation

SOLOv2

The code is an unofficial pytorch implementation of SOLOv2: Dynamic, Faster and Stronger

Install

Please check SOLOv1 for installation instructions.

Training

Follows the same way as SOLOv1.

single GPU:

python tools/train.py configs/solov2/solov2_r101_3x.py

multi GPU (for example 8):

./tools/dist_train.sh configs/solov2/solov2_r101_3x.py 8

Weights

Trained model can be download in Google drive BaiduYun Ti Qu Ma : qw4e

Results

After training 36 epochs(3x) on the coco dataset using the resnet-101 backbone, the mAP is 39.5 on COCO test-dev2017 dataset. In the original paper, the model achieves 39.7 after 72 epochs(6x).

Visualization(1 epoch)

About

SOLOv2: Dynamic, Faster and Stronger, achives 39.5mAP on coco test-dev (36 epochs result)

Topics

Resources

Readme

License

Apache-2.0 license

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published