CSAILVision / LabelMeAnnotationTool

Source code for the LabelMe annotation tool.
MIT License
1.38k stars 434 forks source link

Very slow when number of annotation is over 100 #96

Open orian opened 5 years ago

orian commented 5 years ago

100-200 was arbitrarily chosen. In general the behaviour is getting very lagging after adding few dozens of annotations.

The annotation XML is 187KB.

orian commented 5 years ago

Root cause: after every change a full annotation XML is sent in a request. This causes an app to radically slow down as the annotation numbers grow.

Sending only the change should solve the problem.