-
Notifications
You must be signed in to change notification settings - Fork 3
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
Any plan for releasing Modeling experiments codes? #52
Comments
Also, if I want to train/test my model, which subset of the dataset do I need to download? I assume:
Thanks again! |
Finally I have a question regarding the experimental setting. If the model doesn’t see objects in red/yellow at training time, but at test time the |
BTW I find some strange data in the test set. For
pilot_it2_rollingSliding_simple_ledge_box_1_dis_1_occ-redyellow_0000_img.mp4pilot_it2_rollingSliding_simple_ledge_box_1_dis_1_occ-redyellow_0001_img.mp4pilot_it2_rollingSliding_simple_ledge_box_1_dis_1_occ-redyellow_0002_img.mp4 |
Thanks a lot for pointing these out! These indeed do look like mistakes that the physics engine has made. We have conducted a manual audit of the dataset, the list of excluded stimuli can be found here. We've missed those stimuli during our audit, but I have added the stimuli to the list of exclusions. |
@felixbinder thanks for the prompt reply. These three videos are just some samples I pick up from the readout set. I'm not sure if there are other videos we need to exclude... Will you also go over other videos and do a thorough update of the exclusion list? |
Hi, thanks for opening source this great work! I'm currently working on a CSWM-like object-centric model and want to test its performance on the Physion dataset. It would be very great if you can release the code of training/testing CSWM on this dataset, so that I can easily integrate my model to the train/test protocols here. So I'm just wondering is there any plan for releasing any of the baseline models benchmarked in your paper? Thanks!
EDIT: okay so I found the code for particle models #45. But they're quite different from e.g. object-centric models because particle models are directly evaluated by calculating the min distance between patient/agent points. They don't involve the readout phase, while my question is mainly regarding the readout phase...
The text was updated successfully, but these errors were encountered: