chmjelek

Results 3 issues of chmjelek

### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component Detection ### Bug I have two `.mp4` videos: -...

bug
Stale

Hello, I would like to ask you how to properly stop the pipeline when task is manually aborted. My pipeline: `pipe = PipelineController(name="name", project="project_name")` `pipe.add_step(name="step_1", base_task_project="base_project", base_task_name="step one", post_execute_callback=post_call)` `pipe.add_step(name="step_2",...

Hi, I have a problem with `5.1. Train the Model` section from `demos/mask-detection/1-training-and-evaluation.ipynb` when running `pytorch` framework. I am getting `RunError: The 'custom_objects_directory' is either not found or not a...