Skip to content

Commit 4f5876a

Browse files
jdsgomesfacebook-github-bot
authored andcommitted
[fbsync] Fix categories of prototype EuroSAT dataset (#6634)
Reviewed By: NicolasHug Differential Revision: D39765299 fbshipit-source-id: 0dfa576866db70f53acd11326a0dd0da63747bd0
1 parent 4adbe3c commit 4f5876a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

torchvision/prototype/datasets/_builtin/eurosat.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ def _info() -> Dict[str, Any]:
1919
"Forest",
2020
"HerbaceousVegetation",
2121
"Highway",
22-
"Industrial," "Pasture",
22+
"Industrial",
23+
"Pasture",
2324
"PermanentCrop",
2425
"Residential",
2526
"River",

0 commit comments

Comments
 (0)