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
File "D:\Anaconda_DH\envs\DH39_DualDn\lib\subprocess.py", line 1416, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, FileNotFoundError: [WinError 2] The system cannot find the file specified
#9
Open
jiangze1112 opened this issue
Jan 22, 2025
· 1 comment
When I tried to test your trained model, I got the error message as shown in the title. The compiler I used is PyCharm2024.3.1.1(Professional). And Python version is 3.9.21. Could you please tell me how to solve this?
Thank you for your attention!
The text was updated successfully, but these errors were encountered:
jiangze1112
changed the title
File "D:\Anaconda_DH\envs\DH39_DualDn\lib\subprocess.py", line 1416, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, FileNotFoundError: [WinError 2] 系统找不到指定的文件。
File "D:\Anaconda_DH\envs\DH39_DualDn\lib\subprocess.py", line 1416, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, FileNotFoundError: [WinError 2] The system cannot find the file specified
Jan 22, 2025
Hi, wish you also have a nive Spring Festival Holiday! 😃 Sorry for the late response.
I’d be happy to clarify your questions:
Based on the error message you mentioned, it’s likely related to ExifTool not being properly installed or not accessible in your current environment. DualDn relies on ExifTool to extract EXIF metadata from raw image files.
If ExifTool is not already installed, please follow the instructions in our INSTALL.md.
After installing, open a terminal or command prompt (depending on your operating system) and run:
exiftool -ver
If the installation was successful, it should display the installed version number.
So great work!
When I tried to test your trained model, I got the error message as shown in the title. The compiler I used is PyCharm2024.3.1.1(Professional). And Python version is 3.9.21. Could you please tell me how to solve this?
Thank you for your attention!
The text was updated successfully, but these errors were encountered: