Add License and Citation
Browse files
README.md
CHANGED
@@ -72,7 +72,12 @@ AgriField3D/
|
|
72 |
|
73 |
- **`FielGrwon_ZeaMays_Reconstructed_Surface_dat.zip`**:
|
74 |
- Contains 520 `.ply` files. Each file represents the reconstructed NURBS surface information including degree, knot vector, and control point values.
|
75 |
-
|
|
|
|
|
|
|
|
|
|
|
76 |
### How to Access
|
77 |
1. **Download the `.zip` files**:
|
78 |
- [FielGrwon_ZeaMays_RawPCD_100k.zip](https://huggingface.co/datasets/BGLab/AgriField3D/blob/main/datasets/FielGrwon_ZeaMays_RawPCD_100k.zip)
|
@@ -104,3 +109,12 @@ import open3d as o3d
|
|
104 |
pcd = o3d.io.read_point_cloud("FielGrwon_ZeaMays_RawPCD_100k/0001.ply")
|
105 |
o3d.visualization.draw_geometries([pcd])
|
106 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
|
73 |
- **`FielGrwon_ZeaMays_Reconstructed_Surface_dat.zip`**:
|
74 |
- Contains 520 `.ply` files. Each file represents the reconstructed NURBS surface information including degree, knot vector, and control point values.
|
75 |
+
|
76 |
+
**License**
|
77 |
+
```
|
78 |
+
CC-BY-NC-4.0
|
79 |
+
```
|
80 |
+
|
81 |
### How to Access
|
82 |
1. **Download the `.zip` files**:
|
83 |
- [FielGrwon_ZeaMays_RawPCD_100k.zip](https://huggingface.co/datasets/BGLab/AgriField3D/blob/main/datasets/FielGrwon_ZeaMays_RawPCD_100k.zip)
|
|
|
109 |
pcd = o3d.io.read_point_cloud("FielGrwon_ZeaMays_RawPCD_100k/0001.ply")
|
110 |
o3d.visualization.draw_geometries([pcd])
|
111 |
```
|
112 |
+
|
113 |
+
**Citation**
|
114 |
+
If you find this dataset useful in your research, please consider citing our paper as follows:
|
115 |
+
```
|
116 |
+
@article{kimara2025AgriField3D,
|
117 |
+
title = "AgriField3D: A Curated 3D Point Cloud Dataset of Field-Grown Plants from a Maize Diversity Panel",
|
118 |
+
author = "Elvis Kimara, Mozhgan Hadadi, Jackson Godbersen, Aditya Balu, Zaki Jubery, Adarsh Krishnamurthy, Patrick Schnable, Baskar Ganapathysubramanian"
|
119 |
+
year = "2025"
|
120 |
+
}
|