BGLab commited on
Commit
1261cda
·
verified ·
1 Parent(s): 6c6011a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -4,7 +4,7 @@ task_categories:
4
  - image-to-3d
5
  ---
6
 
7
- # AgriField3D: A Curated 3D Point Cloud Dataset of Field-Grown Plants From A Maize Diversity Panel
8
 
9
  [Paper link](https://huggingface.co/papers/2503.07813)
10
 
@@ -34,17 +34,17 @@ This dataset sets the stage for leveraging 3D data in advanced agricultural rese
34
  ## Dataset Directory Structure
35
 
36
  ```
37
- AgriField3D/
38
- ├── AgriField3d/ # Main Python package directory
39
- ├── __init__.py # Initialize the Python package
40
- ├── dataset.py # Python file to define dataset access functions
41
- ├── setup.py # Package setup configuration
42
- ├── README.md # Package description
43
- ├── requirements.txt # Dependencies
44
- ├── MANIFEST.in # Non-Python files to include in the package
45
- ├── Metadata.xlsx # Metadata for your dataset
46
- ├── PointCloudDownsampler.py # Python script for downsampling
47
- └── datasets/ # Directory for zipped datasets
48
  ├── FielGrwon_ZeaMays_RawPCD_100k.zip
49
  ├── FielGrwon_ZeaMays_RawPCD_50k.zip
50
  ├── FielGrwon_ZeaMays_RawPCD_10k.zip
 
4
  - image-to-3d
5
  ---
6
 
7
+ # MaizeField3D: A Curated 3D Point Cloud Dataset of Field-Grown Plants From A Maize Diversity Panel
8
 
9
  [Paper link](https://huggingface.co/papers/2503.07813)
10
 
 
34
  ## Dataset Directory Structure
35
 
36
  ```
37
+ MaizeField3D/
38
+ ├── MaizeField3d/ # Main Python package directory
39
+ ├── __init__.py # Initialize the Python package
40
+ ├── dataset.py # Python file to define dataset access functions
41
+ ├── setup.py # Package setup configuration
42
+ ├── README.md # Package description
43
+ ├── requirements.txt # Dependencies
44
+ ├── MANIFEST.in # Non-Python files to include in the package
45
+ ├── Metadata.xlsx # Metadata for your dataset
46
+ ├── PointCloudDownsampler.py # Python script for downsampling
47
+ └── datasets/ # Directory for zipped datasets
48
  ├── FielGrwon_ZeaMays_RawPCD_100k.zip
49
  ├── FielGrwon_ZeaMays_RawPCD_50k.zip
50
  ├── FielGrwon_ZeaMays_RawPCD_10k.zip