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
The recently added -change-orient flag (#100) works as follows:
Fetch the original orientation of the image and label
Change the orientation of the image and label to the orientation specified by -change-orient
Open the viewer
Change the orientation of the image and label back to the original orientation
This works fine if all the steps are executed. However, when the correction process is interrupted, for example, by pressing ctrl + C during steps 2 and 3, the orientation of the image and label will stay changed. This might be suboptimal as we are manipulating the original image.
For now, I have cross-refed this issue to the -change-orient help (9a57a8e).
A long-term solution might involve creating a tmp directory, copying the original files and reorienting these copies.
The text was updated successfully, but these errors were encountered:
The recently added
-change-orient
flag (#100) works as follows:-change-orient
This works fine if all the steps are executed. However, when the correction process is interrupted, for example, by pressing
ctrl
+C
during steps 2 and 3, the orientation of the image and label will stay changed. This might be suboptimal as we are manipulating the original image.For now, I have cross-refed this issue to the
-change-orient
help (9a57a8e).A long-term solution might involve creating a tmp directory, copying the original files and reorienting these copies.
The text was updated successfully, but these errors were encountered: