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
python ~/code/manual-correction/manual_correction.py -path-img data -path-out data -config config_labels.yml
My input and output path are the same-- i expected the labels to go under derivatives/labels, but instead they are placed at the same level as the input data:
The text was updated successfully, but these errors were encountered:
If -path-out is not specified, it is automatically constructed as -path-img + derivatives/labels (L117, L734).
However, if -path-out is provided, the exact path specified by the user is used (i.e., no derivatives/labels is automatically added). IIRC, I implemented this behaviour because sometimes we use other output paths, such as derivatives/labels_soft.
Based on the wiki:
However, it does not. Here's what I've entered:
My input and output path are the same-- i expected the labels to go under derivatives/labels, but instead they are placed at the same level as the input data:
The text was updated successfully, but these errors were encountered: