Skip to content

Projet de stage master 1 : modélisation du traitement visuel d'une image fovéale

Notifications You must be signed in to change notification settings

JNJER/2020-06-26_fast_and_curious

Repository files navigation

Fast and curious : Projet de stage master 1 : modélisation du traitement visuel d'une image fovéale

getting the submodule to download images

See doc :

to init:

git submodule update --init --recursive

to update:

git submodule update --recursive --remote

to run without notebook

(for instance on the NVIDIA)

python3 experiment_basic.py
python3 experiment_downsample.py
python3 experiment_grayscale.py

In case you get OMP: Error #15: Initializing libiomp5.dylib, but found libiomp5.dylib already initialized., run :

KMP_DUPLICATE_LIB_OK=TRUE python3 experiment_basic.py
KMP_DUPLICATE_LIB_OK=TRUE python3 experiment_downsample.py
KMP_DUPLICATE_LIB_OK=TRUE python3 experiment_grayscale.py

About

Projet de stage master 1 : modélisation du traitement visuel d'une image fovéale

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published