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
I’ve been working on transferring GIGA to a new custom dataset, but I’ve encountered a few issues. The inputs strictly follow the required format, but I noticed that you didn’t use the data augmentation from VGN. Based on GIGA’s requirements, I adapted the data augmentation code accordingly. However, even after applying it as expected, the training still seems slower than anticipated.
Additionally, I’m curious about GIGA’s performance on smaller-scale datasets. Specifically, I’m working with a dataset where both the Pile and Packed categories contain 5000 scenes each. After experimentation, I found that VGN can handle this scale.
If you’ve already experimented with or have any insights regarding these issues, I would greatly appreciate your guidance.
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hi, we haven't tried training GIGA with a smaller dataset. My intuition is that a small dataset might not be enough for training both the occupancy and implicit affordance network. I would suggest removing the occupancy branch and trying training giga-aff and see if the convergence is faster.
Hi,
Thanks for your excellent work!
I’ve been working on transferring GIGA to a new custom dataset, but I’ve encountered a few issues. The inputs strictly follow the required format, but I noticed that you didn’t use the data augmentation from VGN. Based on GIGA’s requirements, I adapted the data augmentation code accordingly. However, even after applying it as expected, the training still seems slower than anticipated.
Additionally, I’m curious about GIGA’s performance on smaller-scale datasets. Specifically, I’m working with a dataset where both the Pile and Packed categories contain 5000 scenes each. After experimentation, I found that VGN can handle this scale.
If you’ve already experimented with or have any insights regarding these issues, I would greatly appreciate your guidance.
Thanks a lot!
The text was updated successfully, but these errors were encountered: