aics-int / napari-allencell-annotator

Other
0 stars 1 forks source link

Images from previous annotation showing up in a new csv file #52

Closed memeramita closed 2 months ago

memeramita commented 2 months ago

Step to create:

  1. Load an image file
  2. Shuffle (can skip)
  3. Create a template
  4. Start annotation
  5. Exit annotation
  6. Delete all images
  7. Import an image folder
  8. Create a template
  9. Start -> annotation contains only the new image
  10. Exit
  11. The csv file contains both images from the new folder and the image from Step 1.

Error: The new csv file should not contain deleted images from previous annotation.

Note: Delete and delete all before annotating for the first time work. Modifying the image list before then results in correct annotation and csv saving.