Skip to content

A suite of tools for exploring AI research against video

Notifications You must be signed in to change notification settings

telrikk/tvarchive-ai_suite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tvarchive-ai_suite

A suite of tools for exploring AI research against video

Here is a script to quickly reaname a folder of images

counter=1
for f in *.jpg; do
    a="positive_$counter.jpg"
    mv "$f" "$a"
    counter=$((counter + 1))
done

About

A suite of tools for exploring AI research against video

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • PHP 100.0%