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
It's easy to forget to put the name="..." attribute on your form items. Doing so can be a total disaster—I just labeled ~100 images into a black hole and could have used a warning! :(
Perhaps a warning could show up on the HTML page (and on the console) when no new columns are written to the output CSV.
The text was updated successfully, but these errors were encountered:
It's easy to forget to put the
name="..."
attribute on your form items. Doing so can be a total disaster—I just labeled ~100 images into a black hole and could have used a warning! :(Perhaps a warning could show up on the HTML page (and on the console) when no new columns are written to the output CSV.
The text was updated successfully, but these errors were encountered: