Created
July 9, 2019 01:23
-
-
Save iizukak/d429228db4803e6e70e38d0906f36261 to your computer and use it in GitHub Desktop.
#356 Error Message
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Basic tests | |
## Test of openimagesv4_object_detection | |
### ./blueoil.sh init | |
OK! | |
### diff ./tmp/tests/20190709101142/created_by_test_script_openimagesv4_object_detection.yml ./tests/config/openimagesv4_object_detection.yml | |
OK! | |
### ./blueoil.sh train ./tmp/tests/20190709101142/created_by_test_script_openimagesv4_object_detection.yml | |
OK! | |
### ./blueoil.sh convert ./tmp/tests/20190709101142/created_by_test_script_openimagesv4_object_detection.yml ./saved/created_by_test_script_openimagesv4_object_detection_20190709101155 | |
OK! | |
### ./blueoil.sh predict ./tmp/tests/20190709101142/created_by_test_script_openimagesv4_object_detection.yml lmnet/tests/fixtures ./tmp/tests/20190709101142 ./saved/created_by_test_script_openimagesv4_object_detection_20190709101155 | |
############################## | |
ERROR result is 1 (expect 0) | |
############################## | |
## Test of openimagesv4_object_detection_has_validation | |
### ./blueoil.sh init | |
send: spawn id exp4 not open | |
while executing | |
"send "created_by_test_script_openimagesv4_object_detection_has_validation\n"" | |
OK! | |
mv: cannot stat 'config/created_by_test_script_openimagesv4_object_detection_has_validation.yml': No such file or directory | |
### diff ./tmp/tests/20190709101142/created_by_test_script_openimagesv4_object_detection_has_validation.yml ./tests/config/openimagesv4_object_detection_has_validation.yml | |
############################## | |
ERROR result is 2 (expect 0) | |
############################## | |
ERROR: No such file : ./tmp/tests/20190709101142/created_by_test_script_openimagesv4_object_detection_has_validation.yml | |
Usage | |
./blueoil_test.sh <YML_CONFIG_FILE(optional)> | |
./blueoil_test.sh --task classification <--additional_test(option)> | |
./blueoil_test.sh --task object_detection <--additional_test(option)> | |
./blueoil_test.sh --task semantic_segmentation <--additional_test(option)> | |
Makefile:27: recipe for target 'test-object_detection' failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment