Update README.md
Browse files
README.md
CHANGED
|
@@ -4,4 +4,13 @@ license: mit
|
|
| 4 |
|
| 5 |
This repo contains the dataset used in RFTrans, generated by the [Data Generator](https://github.com/LJY-XCX/Unity-RefractiveFlowRender), powered by [RFUniverse](https://github.com/mvig-robotflow/rfuniverse).
|
| 6 |
|
| 7 |
-
`train
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
This repo contains the dataset used in RFTrans, generated by the [Data Generator](https://github.com/LJY-XCX/Unity-RefractiveFlowRender), powered by [RFUniverse](https://github.com/mvig-robotflow/rfuniverse).
|
| 6 |
|
| 7 |
+
The `train` and `val` folder contain the proposed synthetic dataset.
|
| 8 |
+
You can also generate your own dataset with the tools and assets provided by us.
|
| 9 |
+
`Resources.zip` contains the assets we used to generate the dataset.
|
| 10 |
+
To note, we do not claim to own the copyright of these assets.
|
| 11 |
+
|
| 12 |
+
The `cleargrasp` folder contains the example train set generated with the models from ClearGrasp.
|
| 13 |
+
It's the train set we used to compare with baselines.
|
| 14 |
+
`train.zip` contains the required data used for train the networks.
|
| 15 |
+
`intermediate.zip` contains the intermediate results during the data generation process, including ir images and gray-coded images.
|
| 16 |
+
|