Update README.md
Browse files
README.md
CHANGED
@@ -7,10 +7,9 @@ The dataset consists of two compressed `.zip` files, which contain the 3D point
|
|
7 |
|
8 |
```
|
9 |
AgriField3D/
|
10 |
-
├──
|
11 |
│ ├── __init__.py # Initialize the Python package
|
12 |
│ ├── dataset.py # Python file to define dataset access functions
|
13 |
-
│ └── utils.py # Helper functions (optional)
|
14 |
├── setup.py # Package setup configuration
|
15 |
├── README.md # Package description
|
16 |
├── requirements.txt # Dependencies
|
@@ -47,12 +46,12 @@ AgriField3D/
|
|
47 |
|
48 |
### How to Access
|
49 |
1. **Download the `.zip` files**:
|
50 |
-
- [FielGrwon_ZeaMays_RawPCD_100k.zip](https://huggingface.co/datasets/BGLab/AgriField3D/
|
51 |
-
- [FielGrwon_ZeaMays_RawPCD_50k.zip](https://huggingface.co/datasets/BGLab/AgriField3D/
|
52 |
-
- [FielGrwon_ZeaMays_RawPCD_10k.zip](https://huggingface.co/datasets/BGLab/AgriField3D/
|
53 |
-
- [FielGrwon_ZeaMays_SegmentedPCD_100k.zip](https://huggingface.co/datasets/BGLab/AgriField3D/
|
54 |
-
- [FielGrwon_ZeaMays_SegmentedPCD_50k.zip](https://huggingface.co/datasets/BGLab/AgriField3D/
|
55 |
-
- [FielGrwon_ZeaMays_SegmentedPCD_10k.zip](https://huggingface.co/datasets/BGLab/AgriField3D/
|
56 |
2. **Extract the files**:
|
57 |
```bash
|
58 |
unzip FielGrwon_ZeaMays_RawPCD_100k.zip
|
|
|
7 |
|
8 |
```
|
9 |
AgriField3D/
|
10 |
+
├── AgriField3d/ # Main Python package directory
|
11 |
│ ├── __init__.py # Initialize the Python package
|
12 |
│ ├── dataset.py # Python file to define dataset access functions
|
|
|
13 |
├── setup.py # Package setup configuration
|
14 |
├── README.md # Package description
|
15 |
├── requirements.txt # Dependencies
|
|
|
46 |
|
47 |
### How to Access
|
48 |
1. **Download the `.zip` files**:
|
49 |
+
- [FielGrwon_ZeaMays_RawPCD_100k.zip](https://huggingface.co/datasets/BGLab/AgriField3D/blob/main/datasets/FielGrwon_ZeaMays_RawPCD_100k.zip)
|
50 |
+
- [FielGrwon_ZeaMays_RawPCD_50k.zip](https://huggingface.co/datasets/BGLab/AgriField3D/blob/main/datasets/FielGrwon_ZeaMays_RawPCD_50k.zip)
|
51 |
+
- [FielGrwon_ZeaMays_RawPCD_10k.zip](https://huggingface.co/datasets/BGLab/AgriField3D/blob/main/datasets/FielGrwon_ZeaMays_RawPCD_10k.zip)
|
52 |
+
- [FielGrwon_ZeaMays_SegmentedPCD_100k.zip](https://huggingface.co/datasets/BGLab/AgriField3D/blob/main/datasets/FielGrwon_ZeaMays_SegmentedPCD_100k.zip)
|
53 |
+
- [FielGrwon_ZeaMays_SegmentedPCD_50k.zip](https://huggingface.co/datasets/BGLab/AgriField3D/blob/main/datasets/FielGrwon_ZeaMays_SegmentedPCD_50k.zip)
|
54 |
+
- [FielGrwon_ZeaMays_SegmentedPCD_10k.zip](https://huggingface.co/datasets/BGLab/AgriField3D/blob/main/datasets/FielGrwon_ZeaMays_SegmentedPCD_10k.zip)
|
55 |
2. **Extract the files**:
|
56 |
```bash
|
57 |
unzip FielGrwon_ZeaMays_RawPCD_100k.zip
|