Skip to content

program for reviewing and managing motion capture images

Notifications You must be signed in to change notification settings

mike-sherman/imagereview.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

imagereview.py

imagereview.py is a program for reviewing and managing motion capture images saved by motioneye / motioneyeOS.

The program allows you to browse thru folders of images, mark images for deletion, and delete marked images. The images are on the local computer.

My usage is to have motioneye upload the images to a cloud file storage, including sub folders, and then the cloud storage is synced to my computer to be reviewed. Images deleted from the local copy are deleted from the cloud.

The images reviewd are tracked in in a json file.

Revision 9 adds

  • A button to create an animation of any days images with controlable framerate.
  • A progress bar for functions that can take some time.
  • Doesn't crash if the log file doesn't exist.

Requirements

  • Python 3
  • PyQt5
  • Json

Instalation

Enter values for the following in the code:

  • "/path/to/imagereview.ui" - where the imagereview.ui file is located
  • base_dir = '/path/to/images/' - where the local folders of images are located
  • prog_dir = '/path/to/imagereview/' - where the program data file is stored

About

program for reviewing and managing motion capture images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages