Skip to content

andersbll/texture_benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Texture benchmarks

Dependencies

Setup

You need to specify the following environment variables before executing benchmark.py.

  • CACHE_ROOT
  • TEXTURE_DATA_ROOT
  • RESULTS_ROOT
  • VERBOSITY
  • N_THREADS

In Python this can be done with:

os.environ['CACHE_ROOT'] = '../cache'
os.environ['TEXTURE_DATA_ROOT'] = '../data'
os.environ['RESULTS_ROOT'] = '../results'
os.environ['VERBOSITY'] = '10'
os.environ['N_THREADS'] = '8'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages