Skip to content

Commit 1d9ef29

Browse files
Update README.md
1 parent 378cc4c commit 1d9ef29

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# multi-label-image-classification
22
A Baseline for Multi-Label Image Classification Using Ensemble Deep CNN
33
## Code description
4-
1. Codes tested with PyTorch 0.4.
4+
1. Code tested with PyTorch 0.4.
55

6-
2. Model2 (M2) and model3 (M3) appearing in the paper could be adapted from model1 script by uncommenting corresponding lines for randomcropping and mixup.
6+
2. Model2 (M2) and model3 (M3) appearing in the paper could be adapted from model1 code by uncommenting corresponding lines for randomcropping and mixup.
77

88
3. To run a script using: python resnet101_model1fc.py 1 512 16 (three arguments are trial index, patch size, batch size)
99

1010
4. The evaluation metrics for VOC2007 are slightly different from those for NUS-WIDE and MS-COCO since there are "difficult examples" in the annotations which are ignored when evaluating.
1111

12-
5. We use all training data to train the model.
12+
5. We use all training data to train the model and a fixed criterion for training stop.
1313

1414
## Data
15-
To run the scripts you might need to download images for three datasets from their official websites.
15+
To run the code you might need to download images for three datasets from their official websites or contact me directly.
1616

1717
## Reference
18-
Qian Wang, Ning Jia, Toby P. Breckon, A Baseline for Multi-Label Image Classification Using Ensemble Deep CNN, ICIP 2019.
18+
Qian Wang, Ning Jia, Toby P. Breckon, A Baseline for Multi-Label Image Classification Using Ensemble Deep CNN, IEEE International Conference on Image Processing 2019, Taipei.
1919
## Contact
2020

0 commit comments

Comments
 (0)