Skip to content

Releases: suchak1/intravideo_search

v2.1

04 Dec 22:02
Compare
Choose a tag to compare

Latest milestone, wraps YouTube errors, adds blackbox utility, and documentation updates, as well as multiprocessing checkbox functionality.

v2.0

03 Dec 06:38
Compare
Choose a tag to compare

New GUI and tons of bug fixes (including not redownloading previously downloaded YouTube videos). Most important new features include multiprocessing and inclusion of TTK (tkinter) themes - new GUI. Also, we now run Jobs on a separate process to keep the GUI running smoothly.

v1.0

28 Nov 09:54
545562e
Compare
Choose a tag to compare

Basic functionality works and all tests pass. Simply select a video, adjust the confidence level, enter some search terms separated by commas, and click Start. If the search terms match the image classification results for consecutive frames, then clips will be outputted.

v0.3

14 Nov 16:34
e3e768c
Compare
Choose a tag to compare

Added implementation for all functions. All tests pass. Docs updated. Iteration 1 complete.

v0.2

08 Nov 22:51
88d532b
Compare
Choose a tag to compare

Added tests and pytest-check framework. Build is failing right now. Criteria for future releases will be higher in implementation (no failing tests).

v0.1

03 Nov 22:00
a23054c
Compare
Choose a tag to compare
Feature: Build Pipeline, Readme, Guide to Git, Test Framework, and De…

…v Utils (#1)

* gitignore

* almost done

* done

* added link to guide to git in readme

* pr template