-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Footprint / laser point detection for videos #70
Comments
@ToukL here is the current plan for video laser point detection that we talked about. Building blocks
UX The video laser point detection can work similarly to the image detection. In a new tab of the video volume, users can specify a laser point label and a laser distance. Then they can start the detection process. If they want to use manually annotated laser points, they can create point annotations with the laser label before they start the detection process. The "y axis padding" of the "measure box" could also be configured here. When the process is finished, users see non-editable circle annotations at the detected locations of the laser points throughout the video. Also, they see the automatically determined "measure box". Both the laser point circle annotations and the measure box visibility can be toggled in the annotation tool settings. This is about it. The measure box is only a visual aid for annotation and not (yet) used for anything else. Future In the future the report post-processing may be directly implemented in the biigle/reports module. Also the computed pixel area information from the laser point detection could be used to implement the ruler tool and measure tooltip for the video annotation tool. As a somewhat separate issue, the video CSV report can include interpolated geolocations of the annotations. This would make use of the already uploadable but unused video metadata (related to biigle/core#462). |
Thanks @mzur for the very clear plan and instructions. I've started building UX bricks and I'm wondering: should we add a "video information" page corresponding to the route |
So at some point I want to move the image info view as a tab into the image annotation tool (biigle/core#620). What do you think, is it best kept as a separate view or as a tab in the annotation tool? Whatever you decide, feel free to implement this for videos. We have to take a look if the plain |
Well the annotation tool tab option seems a good idea in the future as it's more intuitive to get those info directly where the user does its annotations and not get back to the volume view every time. The thing is: I guess it takes longer to implement than a copy of the image info view. So as time goes by I will begin with the separate view and maybe if I have the time later I can help on the new tab ? |
Sounds good 👍 |
Jessica Nephin (DFO Canada) asked if laser point detection would become available for videos. I don't see a way for automatic detection but manual detection and footprint calculation should be possible (unless there is an oblique camera angle).
The text was updated successfully, but these errors were encountered: