├── README.md ├── classification ├── .gitignore ├── download_datasets.py ├── download_knowledge.py └── resources │ └── vision_datasets.json └── detection ├── download.py ├── odinw_35 ├── AerialMaritimeDrone_large.yaml ├── AerialMaritimeDrone_tiled.yaml ├── AmericanSignLanguageLetters_American_Sign_Language_Letters.v1-v1.coco.yaml ├── Aquarium_Aquarium_Combined.v2-raw-1024.coco.yaml ├── BCCD_BCCD.v3-raw.coco.yaml ├── ChessPieces_Chess_Pieces.v23-raw.coco.yaml ├── CottontailRabbits.yaml ├── DroneControl_Drone_Control.v3-raw.coco.yaml ├── EgoHands_generic.yaml ├── EgoHands_specific.yaml ├── HardHatWorkers_raw.yaml ├── MaskWearing_raw.yaml ├── MountainDewCommercial.yaml ├── NorthAmericaMushrooms_North_American_Mushrooms.v1-416x416.coco.yaml ├── OxfordPets_by-breed.yaml ├── OxfordPets_by-species.yaml ├── PKLot_640.yaml ├── Packages_Raw.yaml ├── PascalVOC.yaml ├── Raccoon_Raccoon.v2-raw.coco.yaml ├── ShellfishOpenImages_raw.yaml ├── ThermalCheetah.yaml ├── UnoCards_raw.yaml ├── VehiclesOpenImages_416x416.yaml ├── WildfireSmoke.yaml ├── _all.json ├── boggleBoards_416x416AutoOrient_export_.yaml ├── brackishUnderwater_960x540.yaml ├── dice_mediumColor_export.yaml ├── openPoetryVision_512x512.yaml ├── pistols_export.yaml ├── plantdoc_100x100.yaml ├── plantdoc_416x416.yaml ├── pothole.yaml ├── selfdrivingCar_fixedLarge_export_.yaml ├── thermalDogsAndPeople.yaml └── websiteScreenshots.yaml ├── odinw_benchmark35_knowledge_and_gpt3.yaml ├── odinw_knowledge.yaml └── odinw_knowledge_with_prompt.yaml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/README.md -------------------------------------------------------------------------------- /classification/.gitignore: -------------------------------------------------------------------------------- 1 | data/* -------------------------------------------------------------------------------- /classification/download_datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/classification/download_datasets.py -------------------------------------------------------------------------------- /classification/download_knowledge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/classification/download_knowledge.py -------------------------------------------------------------------------------- /classification/resources/vision_datasets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/classification/resources/vision_datasets.json -------------------------------------------------------------------------------- /detection/download.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/download.py -------------------------------------------------------------------------------- /detection/odinw_35/AerialMaritimeDrone_large.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/AerialMaritimeDrone_large.yaml -------------------------------------------------------------------------------- /detection/odinw_35/AerialMaritimeDrone_tiled.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/AerialMaritimeDrone_tiled.yaml -------------------------------------------------------------------------------- /detection/odinw_35/AmericanSignLanguageLetters_American_Sign_Language_Letters.v1-v1.coco.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/AmericanSignLanguageLetters_American_Sign_Language_Letters.v1-v1.coco.yaml -------------------------------------------------------------------------------- /detection/odinw_35/Aquarium_Aquarium_Combined.v2-raw-1024.coco.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/Aquarium_Aquarium_Combined.v2-raw-1024.coco.yaml -------------------------------------------------------------------------------- /detection/odinw_35/BCCD_BCCD.v3-raw.coco.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/BCCD_BCCD.v3-raw.coco.yaml -------------------------------------------------------------------------------- /detection/odinw_35/ChessPieces_Chess_Pieces.v23-raw.coco.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/ChessPieces_Chess_Pieces.v23-raw.coco.yaml -------------------------------------------------------------------------------- /detection/odinw_35/CottontailRabbits.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/CottontailRabbits.yaml -------------------------------------------------------------------------------- /detection/odinw_35/DroneControl_Drone_Control.v3-raw.coco.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/DroneControl_Drone_Control.v3-raw.coco.yaml -------------------------------------------------------------------------------- /detection/odinw_35/EgoHands_generic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/EgoHands_generic.yaml -------------------------------------------------------------------------------- /detection/odinw_35/EgoHands_specific.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/EgoHands_specific.yaml -------------------------------------------------------------------------------- /detection/odinw_35/HardHatWorkers_raw.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/HardHatWorkers_raw.yaml -------------------------------------------------------------------------------- /detection/odinw_35/MaskWearing_raw.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/MaskWearing_raw.yaml -------------------------------------------------------------------------------- /detection/odinw_35/MountainDewCommercial.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/MountainDewCommercial.yaml -------------------------------------------------------------------------------- /detection/odinw_35/NorthAmericaMushrooms_North_American_Mushrooms.v1-416x416.coco.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/NorthAmericaMushrooms_North_American_Mushrooms.v1-416x416.coco.yaml -------------------------------------------------------------------------------- /detection/odinw_35/OxfordPets_by-breed.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/OxfordPets_by-breed.yaml -------------------------------------------------------------------------------- /detection/odinw_35/OxfordPets_by-species.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/OxfordPets_by-species.yaml -------------------------------------------------------------------------------- /detection/odinw_35/PKLot_640.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/PKLot_640.yaml -------------------------------------------------------------------------------- /detection/odinw_35/Packages_Raw.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/Packages_Raw.yaml -------------------------------------------------------------------------------- /detection/odinw_35/PascalVOC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/PascalVOC.yaml -------------------------------------------------------------------------------- /detection/odinw_35/Raccoon_Raccoon.v2-raw.coco.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/Raccoon_Raccoon.v2-raw.coco.yaml -------------------------------------------------------------------------------- /detection/odinw_35/ShellfishOpenImages_raw.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/ShellfishOpenImages_raw.yaml -------------------------------------------------------------------------------- /detection/odinw_35/ThermalCheetah.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/ThermalCheetah.yaml -------------------------------------------------------------------------------- /detection/odinw_35/UnoCards_raw.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/UnoCards_raw.yaml -------------------------------------------------------------------------------- /detection/odinw_35/VehiclesOpenImages_416x416.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/VehiclesOpenImages_416x416.yaml -------------------------------------------------------------------------------- /detection/odinw_35/WildfireSmoke.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/WildfireSmoke.yaml -------------------------------------------------------------------------------- /detection/odinw_35/_all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/_all.json -------------------------------------------------------------------------------- /detection/odinw_35/boggleBoards_416x416AutoOrient_export_.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/boggleBoards_416x416AutoOrient_export_.yaml -------------------------------------------------------------------------------- /detection/odinw_35/brackishUnderwater_960x540.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/brackishUnderwater_960x540.yaml -------------------------------------------------------------------------------- /detection/odinw_35/dice_mediumColor_export.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/dice_mediumColor_export.yaml -------------------------------------------------------------------------------- /detection/odinw_35/openPoetryVision_512x512.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/openPoetryVision_512x512.yaml -------------------------------------------------------------------------------- /detection/odinw_35/pistols_export.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/pistols_export.yaml -------------------------------------------------------------------------------- /detection/odinw_35/plantdoc_100x100.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/plantdoc_100x100.yaml -------------------------------------------------------------------------------- /detection/odinw_35/plantdoc_416x416.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/plantdoc_416x416.yaml -------------------------------------------------------------------------------- /detection/odinw_35/pothole.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/pothole.yaml -------------------------------------------------------------------------------- /detection/odinw_35/selfdrivingCar_fixedLarge_export_.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/selfdrivingCar_fixedLarge_export_.yaml -------------------------------------------------------------------------------- /detection/odinw_35/thermalDogsAndPeople.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/thermalDogsAndPeople.yaml -------------------------------------------------------------------------------- /detection/odinw_35/websiteScreenshots.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_35/websiteScreenshots.yaml -------------------------------------------------------------------------------- /detection/odinw_benchmark35_knowledge_and_gpt3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_benchmark35_knowledge_and_gpt3.yaml -------------------------------------------------------------------------------- /detection/odinw_knowledge.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_knowledge.yaml -------------------------------------------------------------------------------- /detection/odinw_knowledge_with_prompt.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Computer-Vision-in-the-Wild/DataDownload/HEAD/detection/odinw_knowledge_with_prompt.yaml --------------------------------------------------------------------------------