Skip to content
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

How to add additional data into the generated data("liver_data") for training? #14

Open
keilove opened this issue May 29, 2023 · 1 comment

Comments

@keilove
Copy link

keilove commented May 29, 2023

No description provided.

@RobinEnjalbert
Copy link
Contributor

Hi @keilove ,

The main DeepPhysX Github repository comes with pre-computed data to launch the demo sessions. To generate your data, you must use DeepPhysX with an external simulation framework (such as we did with DeepPhysX.Sofa). I recommand you to install SOFA and its Python bindings, there are available binaries if compiling from source is an issue for you.

To add data in an already existing dataset repository,
you should use the DataGeneration pipeline with the new_session option turned to False (take the Python script from the demo as a starting point).
You also have to use a DatabaseConfig with the existing_directory indicating the path to your dataset.
If you lunch the DataGeneration pipeline, the dataset will be automatically extended with New samples.

I hope it will help you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants