Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error at the end of a Darknet training in Linux package of the 0.20.3 with Dive #174

Open
abourbou opened this issue Feb 27, 2024 · 0 comments

Comments

@abourbou
Copy link

After the training when creating the inference pipeline I got this message :

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/mnt/data/vision/VIAME_PKG/Viame_20.3/lib/python3.6/site-packages/kwiver/arrows/darknet/generate_headers.py", line 59, in generate_kwiver_pipeline
    replace_str_in_file( input_pipe, output_pipe, repl_strs )
  File "/mnt/data/vision/VIAME_PKG/Viame_20.3/lib/python3.6/site-packages/kwiver/arrows/darknet/generate_headers.py", line 39, in replace_str_in_file
    inputf = open( input_fn )
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/data/vision/VIAME_PKG/Viame_20.3/configs/pipelines/templates/detector_yolo_no_grid.pipe'
Process exited with code 0: /bin/bash
Error: Could not located trained pipe file inside of /home/vision/Documents/data/VIAME_DATA/DIVE_Jobs/HOLO22_STN143_test_yolov4_error_msg_02-27-2024_11-35-31.583/category_models
    at /mnt/data/vision/VIAME_PKG/Viame_20.3/dive/resources/app.asar/background.js:2:1609433
    at async ChildProcess.<anonymous> (/mnt/data/vision/VIAME_PKG/Viame_20.3/dive/resources/app.asar/background.js:2:1609184)

I have verified, the pipeline used is : embedded_yolo_no_grid.pipe
relativepath detector_trainer:darknet:pipeline_template = templates/embedded_yolo_no_grid.pipe
So I don't understand why "templates/detector_yolo_no_grid.pipe" is asked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant