Grasp pixel wise 160x128 images, levine 2016 model, densenet_fcn shrink #395
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implements #388
This implements levine 2016 pixel-wise training. I just fixed a critical bug where yx coordinates may not have been correct during pixel-wise training, so I'm performing a new run on
[delta_depth, sin_theta, cos_theta]
inputs.Images are now 128x128, but to train the DenseNetFCN in reasonable time I needed to add an early transition down and transition up to shrink the data size so batches fit on GPU.
I've started two 100 epoch training runs on:
Pixel-wise DenseNetFCN model with early transitions
example output filename:
2018-01-09-04-24-48_densenet_fcn_dataset_062_b_063_072_a_082_b_102_delta_depth_sin_cos_3-grasp_model_segmentation-epoch-001.h5
Pixel-wise Levine 2016 model:
Filename:
2018-01-09-03-58-56_levine_2016_segmentation_dataset_062_b_063_072_a_082_b_102_delta_depth_sin_cos_3-grasp_model_levine_2016_segmentation-epoch-002.h5