-
Notifications
You must be signed in to change notification settings - Fork 0
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
Study 2 data processing, analysis, figures #20
Comments
Currently, there is no code for data processing under The big things that need to be changed are where data is being downloaded from on firebase, and where the action list for each cycle is. Previously this was I am working on updates to the SE2 data processing code right now, but I can start on SE3 when that is finished. |
Sounds good! we should have the first batch data in the databse for testing SE3 data processing. |
As of right now, all of the data processing scripts in One thing that I'm not sure about is what the best way to calculate the distance between the pose of the target and the starting pose of the EE (position could be euclidean distance, but I don't know what metric to use for rotation). I'm also not sure of what the best way to calculate how "flexible" a target is. This could just be the value of the thinnest axis, but there might be a more advanced way to do it (does this change for box vs cylinder targets?). Some notes:
Right now, the
Something else that might be interesting to add (but is not there right now) is the amount of time spent on each view, the number of times the view was switched, or the total number of clicks for each view |
Nice! @kaviMD I don't think we need to worry about numerically representing distance and size/flex of targets for Study2 (i.e. we won't try to recreate the scatter plots). Since it's only 5 tasks we can visually show what they are--what matters more directly is how much the gripper has to move/rotate to grasp it.. we asked participants to grasp a certain way and I think you set up the tasks nicely so the first two only requires translation, the latter three require rotation in increasing number of dimensions. The issue is we're not really enforcing this and I noticed it is sometimes possible to grasp the horizontal objects from the side. So basically we won't make any strong statements about how "far" "difficult" the tasks are, we just say what they are. But then perhaps it might be useful to report how much people changed position and how much they changed rotation for each task -- I'm pretty sure needing to change rotation adds to completion time/leads to more resets/etc. And yes, it would be great to add:
|
I uploaded |
I'll go ahead and release more HITs now. Inspecting the questionnaire data, the quality seems much higher b/c I restricted 'location' to US only. |
@kaviMD Creating a separate thread for study 2 related data stuff. The first MTurk batch is not running so soon we should have some data to look at.
I know you've updated the data model a bit in on Firebase. Is the data processing code under
se3/
also updated? What needs to be done there?Data we'll want to extract from the logs:
Other ideas?
The text was updated successfully, but these errors were encountered: