Open DanielTakeshi opened 4 years ago
Update September 2020: the file doesn't accept --tier
as an argument. Pass in the appropriate tier based on the cfg/
file.
In the cfg file, you can change the num_width_points
and num_height_points
. However, will that change downstream code? The config file tells me to keep them the same. :D
Update October 2020: the three files:
demos-2020-02-09-16-31-pol-oracle-seed-1336_to_1340-obs-blender-depth-False-rgbd-True-tier1_epis_2000_COMBO.pkl
demos-2020-02-10-15-02-pol-oracle-seed-1336_to_1340-obs-blender-depth-False-rgbd-True-tier2_epis_2000_COMBO.pkl
demos-2020-02-10-15-05-pol-oracle-seed-1336_to_1340-obs-blender-depth-False-rgbd-True-tier3_epis_2000_COMBO.pkl
are available on the project website for download: https://sites.google.com/view/fabric-smoothing/home
How to Generate Data for RGBD Training, w/Domain Randomization
After 9ad4ba463b3ee02e451d0c45e288068221b06f44 I ran:
to get episodes in
The images in
/tmp/blender
will be 224x224. To see what the neural net would get, we can resize.Then I ran:
to get these episodes, these are correctly 100x100 and have noise injected, etc:
First ep:
Second:
Third:
Fourth:
Fifth:
All right seems reasonable. Now let's scale this up. DON'T FORGET TO
python setup.py install
BEFOREHAND!![I copied the data all to be on Triton4 and Mason ... and should do another machine soon just in case.]
Update: all the datasets are available on Triton4:
Data Statistics
Currently these are 1.1G, 1.9G, and 2.2G, respectively, for the three tiers:
And then running the analysis script
analysis/check_demo_data.py
I am getting this for T1:and this for T2:
and this for T3:
Makes sense! Similar to results that I was getting before.
Now the next step is to start training ...