Ask Your Question
1

Resume annotation tool

asked 2017-03-03 19:45:42 -0600

Davaaron gravatar image

Hi,

as I got around 6k positive images, is there a possibility to resume the annotation tool? like started where i quit the last time and continue annotating the images? It'd take hours to finish this job...

Thanks in advance.

edit retag flag offensive close merge delete

Comments

berak gravatar imageberak ( 2017-03-04 04:55:19 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2017-03-04 04:54:31 -0600

berak gravatar image

sadly, this feature is not yet built in.

you could try to hack the tool by say: read in the annotation file, skip though already seen images, continue where you stopped, and append to annotations.

but for now, i'd recommend a much simpler approach:

  • look at your current annotations file, find out, which was the last parsed image, then:
  • move all already seen images into a temp folder (so you won't annotate them again)
  • start tool again with a new annotation file, and work on remaining images.
  • once you're finished, concatenate the 2 annotation files, and move images back to original location
edit flag offensive delete link more

Comments

1

Thank you, that should be a possible approach. Didn't think in this way.

Davaaron gravatar imageDavaaron ( 2017-03-04 05:01:30 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2017-03-03 19:45:42 -0600

Seen: 345 times

Last updated: Mar 04 '17