Ericsson / eva

EVA is a web-based tool for efficient annotation of videos and image sequences and has an additional tracking capabilities
BSD 2-Clause "Simplified" License
121 stars 25 forks source link

Show bbox diagonal lines as mouse draging #10

Closed jklhj222 closed 4 years ago

jklhj222 commented 4 years ago

Hi, I want to show the cross diagonal lines in the bbox during labeling process. How to modify the code to achieve it. thx

manishs17 commented 4 years ago

Hi, this file might help you get started with the feature you want. player.js

we implemented drawCrosshairs , which gets called in the initPaper. You would also find the triggers on create bounds.

jklhj222 commented 4 years ago

Thanks!