tt-tang commited on
Commit
f5f465d
1 Parent(s): ff4422e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
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.zip` contains the required data used for train the networks. `intermediate.zip` contains the intermediate results during the data generation process, including ir images and gray-coded images.
 
 
 
 
 
 
 
 
 
 
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
+