We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I downloaded the latest train/Annotations/iSAID_train.json file from Google Drive. It lists categories as follows:
train/Annotations/iSAID_train.json
[{'id': 1, 'name': 'storage_tank'}, {'id': 2, 'name': 'Large_Vehicle'}, {'id': 3, 'name': 'Small_Vehicle'}, {'id': 4, 'name': 'plane'}, {'id': 5, 'name': 'ship'}, {'id': 6, 'name': 'Swimming_pool'}, {'id': 7, 'name': 'Harbor'}, {'id': 8, 'name': 'tennis_court'}, {'id': 9, 'name': 'Ground_Track_Field'}, {'id': 10, 'name': 'Soccer_ball_field'}, {'id': 11, 'name': 'baseball_diamond'}, {'id': 12, 'name': 'Bridge'}, {'id': 13, 'name': 'basketball_court'}, {'id': 14, 'name': 'Roundabout'}, {'id': 15, 'name': 'Helicopter'}]
This is not consistent with the categories IDs of val/Annotations/iSAID_val.json, nor the ones in
val/Annotations/iSAID_val.json
iSAID_Devkit/preprocess/cityscapesScripts/cityscapesscripts/helpers/labels.py
Lines 63 to 81 in a671fd5
Moreover, this file does not list images width and height :( .
@akshitac8 Do you happen to have an updated file, or should I fix it myself ?
Relevant to #26
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I downloaded the latest
train/Annotations/iSAID_train.json
file from Google Drive. It lists categories as follows:This is not consistent with the categories IDs of
val/Annotations/iSAID_val.json
, nor the ones iniSAID_Devkit/preprocess/cityscapesScripts/cityscapesscripts/helpers/labels.py
Lines 63 to 81 in a671fd5
Moreover, this file does not list images width and height :( .
@akshitac8 Do you happen to have an updated file, or should I fix it myself ?
Relevant to #26
The text was updated successfully, but these errors were encountered: