GET3D
GET3D copied to clipboard
Generalize data paths for any data source
This is a PR to generalize handling of data sources. Currently the code makes assumptions that users will be using one of the provided training sets, but most likely people will want to evaluate on other training data or other parts of ShapeNet.
Changes the following things:
- Removes if statements and dataset-specific logic
- Change
data_camera_mode
tomanifest_dir
-- the main function is to find the training and val text files once any specific logic has been generalized. - Assume
use_shapenet_split
to always be true and remove the arg -- the other PR adds a script which properly splits data into 70/20/10 file manifests. - Update README to reflect changes (and fix a few typos also)
Submitted as a draft, I am testing on some datasets now to make sure everything is working.
Was able to get training running successfully with this, un-drafting
When will the google colab be updated with this PR?
Hello, could you please update on how you got training to work on your own data? What did you change in the parameters of the commands and also did you need to add the path to obj files as well? Or only images? I copied your edited files and replaced them in the files open on colab but it doesn't seem to see any images in the folder path I passed...Would appreciate your help:)
Also looking for an update on this. These features are pretty critical to using this repo.