-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skills benchmarking without pose estimation #184
Open
Achuthankrishna
wants to merge
19
commits into
skills_benchmarking
Choose a base branch
from
skills_benchmarking_without_pose_estimation
base: skills_benchmarking
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Skills benchmarking without pose estimation #184
Achuthankrishna
wants to merge
19
commits into
skills_benchmarking
from
skills_benchmarking_without_pose_estimation
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* load the newly trained checkpoints port semantic pick tidy appraching update checkpoint and make the MAX_JOINT_MOVEMENT_SEMANTIC_GAZE large and it works well smooth arm actions pose estimation pose correction with discretization Orientation Correction Working pose correction finetuning adding more grasp orientation & object correction pose estimation with object facing camera creating new pick api force control for object grasping PR ready to pr PR ready changes Starting pose estimation service from spot-sim2real PR hot fixes submodule init instruction update add todo and fix pre-commit issue PR review 1 PR fixes 2 fix precommit fix precommit v2 * add trest srcipt for nn basew * PR review final --------- Co-authored-by: Jimmy Yang <yangtsungyen@gmail.com>
* load the newly trained checkpoints * port semantic pick * tidy * appraching * update checkpoint and make the MAX_JOINT_MOVEMENT_SEMANTIC_GAZE large and it works well * smooth arm actions * Chris Cox Demo test2 lsc_demo.py fix keep_alive change parameter update for metaailocal api Reducing time for Meta AI Local & occassional format crashing issues loading whisper on cuda:1 fixing precommit * uncommenting pose estimation * restoring keyboard teleop * deleting test_semantic_gaze.py * polish --------- Co-authored-by: Jimmy Yang <yangtsungyen@gmail.com>
* load the newly trained checkpoints * port semantic pick * tidy * appraching * update checkpoint and make the MAX_JOINT_MOVEMENT_SEMANTIC_GAZE large and it works well * smooth arm actions * first commit * force control first commit * parameter adjustment * Generalization to grasp * some changes remaining * arm command follow * pose estimation fix for grasping * video shoot * body follow fix * some changes * caliberation fix * Resolving calibartaion error with minimal changes * gitignore * backup * benchmark files * ros_communications (#173) reducing file size Bug fixes n support for Float32MultiArray bug fixes after PPG with Jimmy fixing pre-commit precommit fix 2 * gripper_T_intel * adding new objects in config * patch fix for ros tcp * gitignore * cleanup * removing unnecessary * ros tcp fix * ros test update * pose correction + BD grasp, small patch * clean up --------- Co-authored-by: Jimmy Yang <yangtsungyen@gmail.com> Co-authored-by: Jimmy Yang <jimmytyyang@meta.com>
* load the newly trained checkpoints * port semantic pick * tidy * appraching * update checkpoint and make the MAX_JOINT_MOVEMENT_SEMANTIC_GAZE large and it works well * smooth arm actions * grasp mode loading from config * reverting test_pick_with_pose.py * polish --------- Co-authored-by: Jimmy Yang <yangtsungyen@gmail.com> Co-authored-by: Jimmy Yang <jimmytyyang@meta.com>
* File add for contrained place point estimation * nyc and fre placement * nyc and fre placement * tidy * add support of proposition * generate the image services automatically * move rospy * tidy * tidy --------- Co-authored-by: Jimmy Yang <yangtsungyen@gmail.com> Integrate meta ai, add llama3 local support, read reset_home params at undock, add safety-net to language parsing (#163) pose estimation (#166) * load the newly trained checkpoints port semantic pick tidy appraching update checkpoint and make the MAX_JOINT_MOVEMENT_SEMANTIC_GAZE large and it works well smooth arm actions pose estimation pose correction with discretization Orientation Correction Working pose correction finetuning adding more grasp orientation & object correction pose estimation with object facing camera creating new pick api force control for object grasping PR ready to pr PR ready changes Starting pose estimation service from spot-sim2real PR hot fixes submodule init instruction update add todo and fix pre-commit issue PR review 1 PR fixes 2 fix precommit fix precommit v2 * add trest srcipt for nn basew * PR review final --------- Co-authored-by: Jimmy Yang <yangtsungyen@gmail.com> first commit force control first commit parameter adjustment Generalization to grasp some changes remaining arm command follow pose estimation fix for grasping video shoot body follow fix some changes caliberation fix Resolving calibartaion error with minimal changes gitignore saving hanges running episode tests joannes apt changes joanna changes remaining changes running pose estimation correction with BD grasp pose correction + BD grasp force control after BD grasp rebasing error fix rebase fix pose estimation all testing removing semantic pick testing artifacts
facebook-github-bot
added
the
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
label
Aug 13, 2024
tusharsangam
force-pushed
the
skills_benchmarking
branch
from
August 17, 2024 02:46
58c226f
to
7364ac0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
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.
Updated local_only.sh to not run pose estimation and semantic segmentation modules while running mobile gaze and static pick. This prevents from causing any cuDNN error in its dependencies.