You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for your incredible work on this project! I am working on training the LRM model, but I am having some trouble with the dataset filtering process mentioned in the code.
In src.data.objaverse, you define the ObjaverseData class, which uses a JSON file (valid_paths.json) containing a list of 'good_objs':
Share the valid_paths.json file (or just the 'good_objs' list)?
Or, provide the code you used to generate this list based on the filtering criteria mentioned in the paper?
I am aware of the filtering goals described in the paper (sec 3.2), which include:
"""
The filtering goal is to remove objects that satisfy any of the following criteria: (i) objects without texture maps, (ii) objects with rendered images occupying less than 10% of the view from any angle, (iii) including multiple separate objects, (iv) objects with no caption information provided by the Cap3D dataset, and (v) low-quality objects.
"""
However, I am unsure how to translate these criteria into the correct filtering logic for generating the 'good_objs' list. Any guidance or clarification would be greatly appreciated!
Thank you so much for your help!
The text was updated successfully, but these errors were encountered:
Hi,
First of all, thank you for your incredible work on this project! I am working on training the LRM model, but I am having some trouble with the dataset filtering process mentioned in the code.
In
src.data.objaverse
, you define theObjaverseData
class, which uses a JSON file (valid_paths.json
) containing a list of'good_objs'
:Would it be possible for you to either:
valid_paths.json
file (or just the'good_objs'
list)?I am aware of the filtering goals described in the paper (sec 3.2), which include:
"""
The filtering goal is to remove objects that satisfy any of the following criteria: (i) objects without texture maps, (ii) objects with rendered images occupying less than 10% of the view from any angle, (iii) including multiple separate objects, (iv) objects with no caption information provided by the Cap3D dataset, and (v) low-quality objects.
"""
However, I am unsure how to translate these criteria into the correct filtering logic for generating the
'good_objs'
list. Any guidance or clarification would be greatly appreciated!Thank you so much for your help!
The text was updated successfully, but these errors were encountered: