chungmin99 / garfield

[CVPR'24] Group Anything with Radiance Fields
https://www.garfield.studio/
MIT License
385 stars 31 forks source link

Speeding up proccess #21

Open zratclif opened 8 months ago

zratclif commented 8 months ago

Hello, me and a group of people are using Garfield for an object recognition research project. This includes us uploading custom data into Garfield and utilizing the software to manipulate scenes. When training this data with an ADA6000 Nvidia GPU we see load times of 45-90 minutes. Is there any way we can cut this time down, while not sacrificing our quality too much?

chungmin99 commented 4 months ago

Hi! Sorry for the late reply -- does this dataset have a lot of images (500+)? GARField preprocessing time scales linearly w/ the # of training images (running SAM's automatic mask generator per-image). The quickest thing to try would be to decrease or subsample the number of images (especially if they're very similar / near-duplicates).