-
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
Model Evaluation of DPI-Net and other particle representation based work #45
Comments
Thanks for your interests! We will open source our implementation for DPI-Net and GNS soon.
|
Thank you very much for the detailed explanation! This information is very helpful for the other researchers. We are looking forward to the release of the rest code and keep going on improving the performance! : ) |
Hi, the repo is now public: https://github.com/htung0101/Physion-particles |
Hi,
This is very impressive work! I believe it will be like ImageNet for Physicals prediction. However, I face many difficulties when I try to follow it. The problems are mostly about model evaluations of DPI-NET/GNS etc. The questions are followings:
Did this dataset offers particle representations for evaluation and training of DPI-NET/GNS/HRN? Could we download it directly like the mp4 data as well? (That would be very very helpful!) How many particles are used? For each particle, is it contains information like mass, velocity, stiffness, etc? How could I obtain the particles data information?
For DPI-Net, it only takes one G_0 as the initial state to produce the future simulations. For Physion, how many time steps are used as inputs? How many time steps are used as predictions? (In the human accuracy evaluation as well) Is the last frame is used as initial state for DPI-NET?
This code offers the Physpot as tools to train the DPI-NET model. But I somehow find out it is very complex. Could you present the script to train DPI-NET and other particle-based models? It would be very important to provide more detailed explanations for this part for other researchers to follow this work.
Thank you very much if you would like to help!
The text was updated successfully, but these errors were encountered: