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
We would like some sort of pytorch CLI or library with flag arguments to accommodate your custom data preprocessing needs.
that would mainly be useful when I'm working with custom data that is not available on pytorch or when I need to subsample a huge dataset for experimental purposes.
solutions that I've personally considered is CLIs with flag arguments. I built one for processing CVSs or folders, generating bboxes for your data using a pretrained model, and making a custom dataset ready to train. It just saves you a lot of time and lets you focus on your training when the goal is just that.