Update README.md
Browse files
README.md
CHANGED
@@ -23,6 +23,8 @@ AgriField3D/
|
|
23 |
├── FielGrwon_ZeaMays_SegmentedPCD_100k.zip
|
24 |
├── FielGrwon_ZeaMays_SegmentedPCD_50k.zip
|
25 |
├── FielGrwon_ZeaMays_SegmentedPCD_10k.zip
|
|
|
|
|
26 |
```
|
27 |
|
28 |
### Contents of the `.zip` Files
|
@@ -43,7 +45,13 @@ AgriField3D/
|
|
43 |
|
44 |
- **`FielGrwon_ZeaMays_SegmentedPCD_10k.zip`**:
|
45 |
- Contains 520 `.ply` files. Each file represents a segmented maize plant by 10K point cloud focusing on specific plant parts.
|
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)
|
|
|
23 |
├── FielGrwon_ZeaMays_SegmentedPCD_100k.zip
|
24 |
├── FielGrwon_ZeaMays_SegmentedPCD_50k.zip
|
25 |
├── FielGrwon_ZeaMays_SegmentedPCD_10k.zip
|
26 |
+
├── FielGrwon_ZeaMays_Reconstructed_Surface_dat.zip
|
27 |
+
├── FielGrwon_ZeaMays_Reconstructed_Surface_stl.zip
|
28 |
```
|
29 |
|
30 |
### Contents of the `.zip` Files
|
|
|
45 |
|
46 |
- **`FielGrwon_ZeaMays_SegmentedPCD_10k.zip`**:
|
47 |
- Contains 520 `.ply` files. Each file represents a segmented maize plant by 10K point cloud focusing on specific plant parts.
|
48 |
+
|
49 |
+
- **`FielGrwon_ZeaMays_Reconstructed_Surface_stl.zip`**:
|
50 |
+
- Contains 520 `.ply` files. Each file represents the reconstructed surfaces of the maize plant leaves generated from a procedural model.
|
51 |
+
|
52 |
+
- **`FielGrwon_ZeaMays_Reconstructed_Surface_dat.zip`**:
|
53 |
+
- Contains 520 `.ply` files. Each file represents the reconstructed NURBS surface information including degree, knot vector, and control point values.
|
54 |
+
|
55 |
### How to Access
|
56 |
1. **Download the `.zip` files**:
|
57 |
- [FielGrwon_ZeaMays_RawPCD_100k.zip](https://huggingface.co/datasets/BGLab/AgriField3D/blob/main/datasets/FielGrwon_ZeaMays_RawPCD_100k.zip)
|