-
Notifications
You must be signed in to change notification settings - Fork 91
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
[HiTL] Command Dist Eval & Vision Pipeline Tweaks #1367
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1367 +/- ##
==========================================
- Coverage 34.13% 34.03% -0.10%
==========================================
Files 358 357 -1
Lines 35541 35286 -255
==========================================
- Hits 12131 12009 -122
+ Misses 23410 23277 -133
|
Hi @ethan-carlson! Thank you for your pull request. We require contributors to sign our Contributor License Agreement, and yours needs attention. You currently have a record in our system, but the CLA is no longer valid, and will need to be resubmitted. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
Description
This PR includes a new script
eval_command_distribution.py
which compares the command distribution of sets of interaction and/or labeling HITs for analysis.It also includes a few minor tweaks to the labeling -> annotation pipeline in order to specify a) a subset of the IGLU scenes to pass to the scene generator for the purposes of limiting the data distribution and b) the ability to repeat scenes a specified number of times (eg. 10 scenes with 10 HITs each) for the same purpose.
Type of change
Please check the options that are relevant.
Type of requested review
Before and After
Previously the labeling pipeline generated scenes randomly if using basic shapes, or sampled from the entire database of IGLU scenes if using IGLU. This changes allows for more fine grained control.
Testing
I have run substantial numbers of HITs using this change; it should be reliable.
Checklist:
tests/scripts
, (2) asv benchmarks.