![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | CVRP.zip | 2024-12-25 12:29 | 1.1G | |
![]() | CVRP/ | 2024-12-25 10:29 | - | |
![]() | CVRP_train&val.zip | 2024-12-23 17:30 | 259M | |
![]() | README.html | 2024-12-26 11:11 | 7.5K | |
![]() | model/ | 2024-12-25 15:44 | - | |
The dataset includes:
.ply
format for target reconstruction.The CVRP dataset is available for batch downloading as a compressed file `CVRP.zip`.
If you want to create your own dataset, follow this guide.
Here, we provide:
πcvrp/
βββπmodel/ # train model files
β βββ πcheckpoint/
β βββ πdataset_configs/
β βββ πmodel_configs/
β
βββ CVRP.zip # the compressed file of CVRP
βββ CVRP_train&val.zip # training and validation sets used during training (a subset of CVRP)
βββπ CVRP # the CVRP dataset
βββ πFieldImages/
β βββ πfield_scenes/
β β βββ πAnnotations/
β β β βββ 00004.png
β β β βββ ...
β β βββ πImages/
β β βββ 00004.jpg
β β βββ ...
β βββ πmulti_cultivars/
β βββ πT1/
β β βββ πAnnotations/
β β β βββ T1_1.jpg
β β β βββ ...
β β βββ πImages/
β β βββ T1_1.jpg
β β βββ ...
β βββ ...
βββ πIndoorPanicleImages/
β βββ T6_1.png
β βββ T6_2.png
β βββ T6_3.png
β βββ ...
βββ πTargetReconstruction
β βββ G1204.ply
β βββ G1210.ply
βββ βββ G1224.ply
Category | Field Data (Multiple Cultivars) | Field Data (Field Scenes) | Indoor Data | Total |
---|---|---|---|---|
Images | 2203 | 100 | 123 | 2426 |
Annotations | 2203 | 100 | -- | 2303 |
The CVRP dataset and accompanying codes are publicly available from Hugging Face at https://huggingface.co/datasets/CVRPDataset/CVRP & https://huggingface.co/CVRPDataset/Model, and Bioinformatics service in Nanjing Agricultural University at http://bic.njau.edu.cn/CVRP.html.