Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaushik1 authored Jun 11, 2018
1 parent 35ff28c commit 1ef7600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Please refer to the [challenge rules](http://ai.bu.edu/visda-2017/) for specific

To evaluate the performance of your adaptation model, you should:
- Train your model with training data (with labels) and adapt it on the validation data (without labels).
- Predict labels for images in the validation set. The results file should follow the format of one category ID prediction per line, in the order of images provided by `image_list.txt`.
- Calculate the mean accuracies for each category and the overall mean of these accuracies. You are encouraged to upload your results to the evaluation server to compare your performance with that of other participants.
- Predict labels for images in the validation set. The results file should follow the format of one category ID prediction per line, in the order of images provided by `image_list.txt`. Please see a sample submission file [here](https://github.com/VisionLearningGroup/visda-2018-public/edit/master/openset/results/example_predictions.txt).
- Calculate the mean accuracies for each category and the overall mean of these accuracies. We have provided the evaluation script used by our server ([eval.py](https://github.com/VisionLearningGroup/visda-2018-public/edit/master/openset/eval.py)) so that you may evaluate your results offline. You are encouraged to upload your results to the evaluation server to compare your performance with that of other participants.

The category IDs are as follows:
> 0 – aeroplane
Expand Down

0 comments on commit 1ef7600

Please sign in to comment.