issues
search
yanfengliu
/
turkey
Easily create a web UI on Amazon Mechanical Turk to crowd-source instance segmentation data
66
stars
13
forks
source link
Multiclass support; fixed chrome mousemove bug; fixed undo; clean graphics update
#3
Closed
yanfengliu
closed
6 years ago
yanfengliu
commented
6 years ago
Added unique colors for multi-class; generated from string hash so that it is consistent between runs.
Fixed a Chrome JavaScript bug where mosueMove() fires up shortly after mouseUp() or mouseDown() even though the physical mouse did not move.
Fixed undo() behavior.
Moved all graphics update into one clean function.