CSAILVision / LabelMeAnnotationTool

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

Adjusting control points failed when use_attributes=0 #7

Closed yuhan210 closed 7 years ago

yuhan210 commented 9 years ago

In edit_events.js function AdjustPolygonButton() , we should check if the user's using attributes before get those elements.

adjust_objEnter = document.getElementById('objEnter').value; if (use_attributes){ adjust_attributes = document.getElementById('attributes').value; adjust_occluded = document.getElementById('occluded').value; }

brussell123 commented 9 years ago

Thanks for pointing this issue out. We've added this to our list of bugs to fix.

xavierpuigf commented 7 years ago

Thank you, this has been resolved