Skip to content

ivrolan/vision_resources

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vision Resources

here, you can find the dataset images provided by the organization

add_prefix.sh

This script can be used for adding a prefix name to some files. For example, you will want to do this if you hace two folder with images of different object classes and these images have the same names.

For example:

$ ls mydir
    file1
    file1
$ ./add_prefix.sh mydir my_prefix
$ ls mydir
    my_prefixfile1
    my_prefixfile2

Usage:

$ ./add_prefix.sh path_to_folder prefix_name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%