Browse Source

update gtsrb source only result

master
wogong 5 years ago
parent
commit
f81f06d971
  1. 21
      README.md

21
README.md

@ -27,15 +27,22 @@ A PyTorch implementation for paper *[Unsupervised Domain Adaptation by Backpropa
## Result ## Result
| | MNIST-MNISTM | SVHN-MNIST | Amazon-Webcam | SYNDIGITS-SVHN | SYNSIGNS-GTSRB |
| :------------------: | :------------: | :--------: | :-----------: |:-------------: |:-------------: |
| Source Only | 0.5225 | 0.5490 | 0.6420 | 0. | 0. |
| DANN(paper) | 0.7666 | 0.7385 | 0.7300 | 0.9109 | 0.7900 |
| This Repo Source Only| - | - | - | 0. | 0.7650 |
| This Repo | 0.8400 | 0.7339 | 0.6528 | 0.8200 | 0.6200 |
| | MNIST-MNISTM | SVHN-MNIST | SYNDIGITS-SVHN | SYNSIGNS-GTSRB |
| :------------------: | :------------: | :--------: |:-------------: |:-------------: |
| Source Only | 0.5225 | 0.5490 | 0.8674 | 0.7900 |
| DANN(paper) | 0.7666 | 0.7385 | 0.9109 | 0.8865 |
| This Repo Source Only| - | - | - | 0.9100 |
| This Repo | 0.8400 | 0.7339 | 0.8200 | - |
| | AMAZON-WEBVCAM | DSLR-WEBCAM | WEBCAM-DSLR |
| :------------------: | :------------: |:-----------: |:----------: |
| Source Only | 0.6420 | 0.9610 | 0.9780 |
| DANN(paper) | 0.7300 | 0.9640 | 0.9920 |
| This Repo Source Only| - | - | - |
| This Repo | 0.6528 | - | - |
## Credit ## Credit
- <https://github.com/fungtion/DANN> - <https://github.com/fungtion/DANN>
- <https://github.com/corenel/torchsharp> - <https://github.com/corenel/torchsharp>
- <https://github.com/corenel/pytorch-starter-kit>
- <https://github.com/corenel/pytorch-starter-kit>

Loading…
Cancel
Save