update readme
Browse files**Evaluating Machine Learning with Simulated Lissajous Scans for Fast Object Recognition and Rotation Estimation**
Simulated scans based on ModelNet40 with 45 additional rotations.
given a data file with `filename`, load the scan with the following code:
```
scan_pattern = 'lissajous' # 'lissajous', 'raster', or 'raster_r'
df_scan = pd.read_hdf(filename, key=scan_pattern)
```
README.md
CHANGED
|
@@ -3,7 +3,9 @@ license: cc
|
|
| 3 |
tags:
|
| 4 |
- PointCloud
|
| 5 |
- 3D
|
| 6 |
-
|
|
|
|
|
|
|
| 7 |
size_categories:
|
| 8 |
- 100B<n<1T
|
| 9 |
---
|
|
|
|
| 3 |
tags:
|
| 4 |
- PointCloud
|
| 5 |
- 3D
|
| 6 |
+
- Classification
|
| 7 |
+
- Rotation Estimation
|
| 8 |
+
pretty_name: SimScan
|
| 9 |
size_categories:
|
| 10 |
- 100B<n<1T
|
| 11 |
---
|