You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am running eval.py, getting following error.
[(base) D:\AAP\Text Detection\EAST Tensorflow\EAST-master>python eval.py --test_data_path=/tmp/images/ --gpu_list=0 --checkpoint_path=/tmp/east_icdar2015_resnet_v1_50_rbox/ --output_dir=/tmp/
Traceback (most recent call last):
File "D:\AAP\Text Detection\EAST Tensorflow\EAST-master\eval.py", line 9, in <module>
import lanms
File "D:\AAP\Text Detection\EAST Tensorflow\EAST-master\lanms\__init__.py", line 7, in <module>
if subprocess.call(['make', '-C', BASE_DIR]) != 0: # return value
File "C:\Users\thitesh\anaconda3\lib\subprocess.py", line 349, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Users\thitesh\anaconda3\lib\subprocess.py", line 951, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\thitesh\anaconda3\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified](url)
The text was updated successfully, but these errors were encountered:
When I am running eval.py, getting following error.
The text was updated successfully, but these errors were encountered: