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
On most of the datasets I'm putting together, there is not always a 1-1 matching of masks to tiles. At the very least there should be clarification that the trainer needs a directory where all files are in sync. Even better would be to provide a simple pre-processing script for syncing the masks/tiles or in rs_trainer provide an option to ignore or remove un-synced masks/tiles.
Currently I just use a simple python script to sync the directory:
We should keep the user responsible for preparing the dataset and making sure it's in sync. What we could do in the context of #91 is to go through our assertions and make them easier to understand (and show ways to solve the problem) for our users.
rs train's pre-conditions are a dataset directory with pairs of images and labels.
I agree with you we could make it clear in the readme, though.
Would you be so kind and open a pull request explaining this? Thanks!
On most of the datasets I'm putting together, there is not always a 1-1 matching of masks to tiles. At the very least there should be clarification that the trainer needs a directory where all files are in sync. Even better would be to provide a simple pre-processing script for syncing the masks/tiles or in
rs_trainer
provide an option to ignore or remove un-synced masks/tiles.Currently I just use a simple python script to sync the directory:
The text was updated successfully, but these errors were encountered: