SaliencyMapDemo / test /testrun.bat
umyuu
add testfile
76627b5
raw
history blame
126 Bytes
@echo on
cd %~dp0
call ..\venv\Scripts\activate
python -m unittest -v test_create_grayscale_gradation.py
TIMEOUT /T 30