0ssamaak0 / DLTA-AI

Data Labeling, Tracking and Annotation with AI
GNU General Public License v3.0
315 stars 39 forks source link

Tool crashes when deleting a mask from an image #4

Closed 0ssamaak0 closed 1 year ago

0ssamaak0 commented 1 year ago

Error message

line 3194, in deleteSelectedShape
    from_frame.setRange(1, self.TOTAL_VIDEO_FRAMES)
AttributeError: 'MainWindow' object has no attribute 'TOTAL_VIDEO_FRAMES'

we need to add a condition for video modes only @Ahmed-Gazzar