YOLOv8_Segmentation_DeepSORT_Object_Tracking icon indicating copy to clipboard operation
YOLOv8_Segmentation_DeepSORT_Object_Tracking copied to clipboard

YOLOv8 Segmentation with DeepSORT Object Tracking (ID + Trails)

Results 11 YOLOv8_Segmentation_DeepSORT_Object_Tracking issues
Sort by recently updated
recently updated
newest added

``` python predict.py model=yolov8l.pt source="test3.mp4" ``` ERROR: ``` /Users/ankushsingal/miniconda3/envs/book_env/lib/python3.8/site-packages/torchvision/io/image.py:13: UserWarning: Failed to load image Python extension: dlopen(/Users/ankushsingal/miniconda3/envs/book_env/lib/python3.8/site-packages/torchvision/image.so, 0x0006): Symbol not found: __ZN2at4_ops19empty_memory_format4callEN3c108ArrayRefIxEENS2_8optionalINS2_10ScalarTypeEEENS5_INS2_6LayoutEEENS5_INS2_6DeviceEEENS5_IbEENS5_INS2_12MemoryFormatEEE Referenced from: /Users/ankushsingal/miniconda3/envs/book_env/lib/python3.8/site-packages/torchvision/image.so Expected in: /Users/ankushsingal/miniconda3/envs/book_env/lib/python3.8/site-packages/torch/lib/libtorch_cpu.dylib warn(f"Failed to...

``` python predict.py model=yolov8x-seg.pt source="test3.mp4" Traceback (most recent call last): File "/Users/ankushsingal/Desktop/yolov8/ObjectTrackingsYOLOv8/YOLOv8-DeepSORT-Object-Tracking/ultralytics/yolo/v8/detect/predict.py", line 13, in from ultralytics.yolo.engine.predictor import BasePredictor ModuleNotFoundError: No module named 'ultralytics.yolo' ```

I have followed all the steps of installation and when I am running this ```!python tracking_vehicle_counting.py model=yolov8l.pt source="test.mp4" show=True ``` **Error:** Error executing job with overrides: ['model=yolov8l.pt', 'source=/content/YOLOv8-Object-Detection-with-DeepSORT-Tracking/output_video.mp4', 'show=True'] Traceback...

this repositoriy only tracks boxes and cls,doesn't track masks....

when I run the code ' pip install -e '.[dev]' ' to install dependencies. It raised this error. What's wrong?

Hello, how do you train a custom dataset?thanks!

I have follow along your Yolov8 deepsort object tracking. It work very well, the problem now is how I can use the GPU instead of CPU for tracking? What should...

``` $ gdown "https://drive.google.com/uc?id=19P9Cf9UiJ9gU9KHnAfud6hrFOgobETTX" Failed to retrieve file url: Cannot retrieve the public link of the file. You may need to change the permission to 'Anyone with the link', or...