You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is hard to display embeddings of a large collection of videos using a single static image. A much better way is to generate a tiles for an interactive map to display embeddings at different zoom level. JS libraries for building maps such as https://leafletjs.com/ also support a lot of useful interactions (like navigating, handling mouse events, drawing polygones, etc.) out of the box, which makes this approach very fertile for adding new features.
Task
Implement a job to generate tiles for an interactive map widget.
Display embeddings using the interactive map widget on the dashboard page if the corresponding embeddings exist.
Show video preview in a popup when user clicks on a video
Add a control to the video-details page to show video's vicinity on the embeddings map.
Further Improvements
Here are some possible developments on top of this task (but out of the scope of this task):
Select an area (e.g. by drawing a polygon) and then application will show you a list of videos from that area
Hover a magnifying glass tool over the embeddings and the application will dynamically show thumbnails and a word-cloud (after semantic text-search will be implemented) of the nearby videos.
Context
It is hard to display embeddings of a large collection of videos using a single static image. A much better way is to generate a tiles for an interactive map to display embeddings at different zoom level. JS libraries for building maps such as https://leafletjs.com/ also support a lot of useful interactions (like navigating, handling mouse events, drawing polygones, etc.) out of the box, which makes this approach very fertile for adding new features.
Task
Further Improvements
Here are some possible developments on top of this task (but out of the scope of this task):
Select an area (e.g. by drawing a polygon) and then application will show you a list of videos from that area
Hover a magnifying glass tool over the embeddings and the application will dynamically show thumbnails and a word-cloud (after semantic text-search will be implemented) of the nearby videos.
Select an area and add all videos from that area to a new collection of videos (after Match graph communities as first-class objects #455 is implemented).
The text was updated successfully, but these errors were encountered: