-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[Fix] Fix wrong links of .pth and .json file in DMNet and UNet(FCN) README.md #660
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #660 +/- ##
==========================================
- Coverage 85.82% 85.17% -0.65%
==========================================
Files 103 105 +2
Lines 5304 5668 +364
Branches 856 923 +67
==========================================
+ Hits 4552 4828 +276
- Misses 581 662 +81
- Partials 171 178 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Hi @MengzhangLI |
…EADME.md (open-mmlab#660) * readme_link_fix * readme_link_fix * readme_link_fix * Fix UNet FCN Download link [open-mmlab#415] * Fix UNet FCN Download link [open-mmlab#415] * Fix DMNet Download link [open-mmlab#548] * Fix DMNet Download link [open-mmlab#548]
Fix wrong links of .pth and .json file of DMNet and UNet(FCN) in
./configs/
folder.Just as two related issues which reflect unsuccessful link of DMNet (#548) and UNet drive FCN S5-D16 (#415), we fix the correct link of those models.
Best,