Potential tasks implementation for nx100-remote-control repository NX100 control backend. The tasks designed so far (implemented and to be implemented):
- Dsiparity estimation from stereo camera.
- Object grasping pose estimation.
- Depth-only aware grasping for generalized objects.
- Semantic visual detections.
- Map reconstruction.
- 2021.26.6: refactored some class implementations
- 2021.6.6: fixed disparity estimation, two disparity pipeline added for more robust estimation
- Readme documentation
- Combine previous camera calibration with new disparity pipeline
- Object sgementation feature extraction
- Semantic features + depth features for imitation learning
See disparity_estimation and stereo folders correspondingly.
Basic steps to try setup and parts.
conda activate pytorch
To see if 3D camera is available. Should list /dev/video0
maybe /dev/video1
... maybe others?
ls /dev/video*
Try feed:
vlc v4l2:///dev/video0
Meant for testing different objects on table and how camera can see them.
...coming
python ./run_grasp_generator.py