Datasets:
VinFast Vehicle Image Dataset
A comprehensive, structured image dataset of VinFast vehicles (Electric Cars, Gasoline Cars, E-Scooters, and Buses) collected from web search results, complete with detailed JSON metadata (URLs, image dimensions, file sizes, captions, vehicle types, and SHA-256 content hashes).
Dataset Summary
- Total Unique Images: 1,455
- License: MIT
- Main Categories:
vf_wild: VinFast VF Wild Pickup Concept (703 images)feliz: VinFast Feliz Electric Scooter (82 images)president: VinFast President SUV (79 images)theon: VinFast Theon Electric Scooter (79 images)lux_sa20: VinFast Lux SA2.0 SUV (77 images)vinbus: VinBus Electric Buses (76 images)klara: VinFast Klara Electric Scooter (73 images)lux_a20: VinFast Lux A2.0 Sedan (73 images)fadil: VinFast Fadil Hatchback (72 images)dragonfly: VinFast DragonFly E-Bike (70 images)evo_200: VinFast Evo 200 Electric Scooter (66 images)
Dataset Structure
vinfast-image-dataset/
βββ combined/
β βββ images/ # All 1,455 deduplicated images
β βββ index.json # Master JSON index containing metadata for all images
βββ by_vehicle_types/
βββ dragonfly/ # images/ + index.json
βββ evo_200/ # images/ + index.json
βββ fadil/ # images/ + index.json
βββ feliz/ # images/ + index.json
βββ klara/ # images/ + index.json
βββ lux_a20/ # images/ + index.json
βββ lux_sa20/ # images/ + index.json
βββ president/ # images/ + index.json
βββ theon/ # images/ + index.json
βββ vf_wild/ # images/ + index.json
βββ vinbus/ # images/ + index.json
βββ general/ # images/ + index.json
Metadata Schema Example (index.json)
{
"filename": "2ee0348cc30b1198963448c80fdd3c42.jpg",
"keyword": "VinFast VF Wild 2022",
"engine": "google",
"url": "https://cmu-cdn.vinfast.vn/2024/01/e6a16d16-vfwildces1-1024x711.jpg",
"page_index": 28,
"caption": "VinFast VF Wild at CES",
"content_type": "image/jpeg",
"file_size": 161410,
"width": 711,
"height": 1024,
"vehicle_type": "vf_wild",
"sha256": "ad2720b221b024a211faedc72e3137fafe0e3e4b3fb0471ee78e83b58cf12510"
}
Uploaded to Hugging Face Hub by hoang14.
- Downloads last month
- -