Index of /cvrp

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[   ]CVRP.zip 2024-12-25 12:29 1.1G 
[DIR]CVRP/ 2024-12-25 10:29 -  
[   ]CVRP_train&val.zip 2024-12-23 17:30 259M 
[TXT]README.html 2024-12-26 11:11 7.5K 
[DIR]model/ 2024-12-25 15:44 -  

CVRP

CVRP

Overview

The dataset includes:

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

Dataset Statistics

Category Field Data (Multiple Cultivars) Field Data (Field Scenes) Indoor Data Total
Images 2203 100 123 2426
Annotations 2203 100 -- 2303

Data and Code Availability

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.