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 "/home/star/pyprojects/augmentoolkit/run_augmentoolkit.py", line 36, in
main()
File "/home/star/pyprojects/augmentoolkit/run_augmentoolkit.py", line 33, in main
run_processing_script(folder_path, config_path, project_root)
File "/home/star/pyprojects/augmentoolkit/run_augmentoolkit.py", line 18, in run_processing_script
subprocess.run([sys.executable, "processing.py"], cwd=folder_path, env=env, check=True)
File "/home/test/miniconda3/envs/augentoolkit_v2/lib/python3.11/subprocess.py", line 550, in run
stdout, stderr = process.communicate(input, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/test/miniconda3/envs/augentoolkit_v2/lib/python3.11/subprocess.py", line 1201, in communicate
self.wait()
File "/home/test/miniconda3/envs/augentoolkit_v2/lib/python3.11/subprocess.py", line 1264, in wait
return self._wait(timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/test/miniconda3/envs/augentoolkit_v2/lib/python3.11/subprocess.py", line 2053, in _wait
(pid, sts) = self._try_wait(0)
^^^^^^^^^^^^^^^^^
File "/home/test/miniconda3/envs/augentoolkit_v2/lib/python3.11/subprocess.py", line 2011, in _try_wait
(pid, sts) = os.waitpid(self.pid, wait_flags)
The text was updated successfully, but these errors were encountered:
To follow up on this issue (sorry was away for a bit) you should run augmentoolkit from the main directory of the project, not any of the pipeline-specific subdirectories, I believe that is what you ran into earlier.
If regex matching is having a problem that could be a prompt issue if you've modified those (such as for another language) or it could be a model issue (it's not following the format)
File "/home/star/pyprojects/augmentoolkit/run_augmentoolkit.py", line 36, in
main()
File "/home/star/pyprojects/augmentoolkit/run_augmentoolkit.py", line 33, in main
run_processing_script(folder_path, config_path, project_root)
File "/home/star/pyprojects/augmentoolkit/run_augmentoolkit.py", line 18, in run_processing_script
subprocess.run([sys.executable, "processing.py"], cwd=folder_path, env=env, check=True)
File "/home/test/miniconda3/envs/augentoolkit_v2/lib/python3.11/subprocess.py", line 550, in run
stdout, stderr = process.communicate(input, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/test/miniconda3/envs/augentoolkit_v2/lib/python3.11/subprocess.py", line 1201, in communicate
self.wait()
File "/home/test/miniconda3/envs/augentoolkit_v2/lib/python3.11/subprocess.py", line 1264, in wait
return self._wait(timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/test/miniconda3/envs/augentoolkit_v2/lib/python3.11/subprocess.py", line 2053, in _wait
(pid, sts) = self._try_wait(0)
^^^^^^^^^^^^^^^^^
File "/home/test/miniconda3/envs/augentoolkit_v2/lib/python3.11/subprocess.py", line 2011, in _try_wait
(pid, sts) = os.waitpid(self.pid, wait_flags)
The text was updated successfully, but these errors were encountered: