Skip to content
#

tagging-tool

Here are 25 public repositories matching this topic...

A darktable plugin that tries to predict keywords based on the selected image. This plugin uses photils-cli to handle this task. Photils-cli is an application that passes the image through a neural network, classifies it, and extracts the suggested tags. Everything happens offline without the need that your data are sent over the internet.

  • Updated Jun 13, 2021
  • Lua
LeeWannacott
LeeWannacott commented Nov 25, 2020

Instead of having the user put bounding boxes onto each of the images of the span selected manually. Explore using a tracker to predict where the bounding box on the next images in the selected span should be. Look into the trackers in OpenCV contrib: https://pypi.org/project/opencv-contrib-python/ such as median flow tracker. Relevant file: image_selector_from_video.py

Improve this page

Add a description, image, and links to the tagging-tool topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tagging-tool topic, visit your repo's landing page and select "manage topics."

Learn more