JaeyongLee960212/jetson

0

stars

43

commits

Jupyter Notebook

primary language

Dec 14, 2025

updated

README

Jetson Docker System

Models

  1. VMS
    : Based on YOLOv8s, Trained by 60 images, Class : 2 (VMS_ON, VMS_OFF)
  2. LCS
    : Based on YOLOv8s, Trained by 17,394 images, Class : 3 (LCS_ROAD_USUABLE, LCS_ROAD_UNUSUABLE, LCS_BROKEN)
  3. Traffic Light
    : Based on YOLOv8s, Trained by 740,724 images, Class : 6 (TRAFFICSIGNAL_GREEN etc...)
  4. Traffic Sign
    : Based on YOLOv8s, Trained by 489,429 images, Class : 82 (SAFETY_SIGN_YIELD etc...)

Structure

πŸ“‚ Jetson-containers/data
 β”œβ”€β”€ πŸ“ heartbeat
 β”‚   β”œβ”€β”€ πŸ“„ heartbeat_client.py
 β”‚   β”œβ”€β”€ πŸ“„ heartbeat_config.py
 β”‚   β”œβ”€β”€ πŸ“„ heartbeat_db_handler.py
 β”‚   β”œβ”€β”€ πŸ“„ heartbeat_jetson_client.sh (For Jetson Only)
 β”‚   β”œβ”€β”€ πŸ“„ heartbeat_server.bat (For Nuvo Only)
 β”‚   β”œβ”€β”€ πŸ“„ heartbeat_main.py
 β”‚   β”œβ”€β”€ πŸ“„ heartbeat_client.bat (For Odyssey, Nuvo, Line)
 β”‚   β”œβ”€β”€ πŸ“„ heartbeat_server.py
 β”‚   └── πŸ“„ log.py
 β”œβ”€β”€ πŸ“ YOLOv8_VMS(VMS Folder)(Editing....)
 β”‚   β”œβ”€β”€ πŸ“„ VMS_best.pt
 β”‚   β”œβ”€β”€ πŸ“„ run_track_v8_VMS.py (Main Python File for VMS Model)
 β”‚   β”œβ”€β”€ πŸ“„ run_v8_VMS.sh (Executable File For Docker Compose)
 β”‚   β”œβ”€β”€ πŸ“ Conf
 β”‚   β”‚   └── πŸ“„ config.py (Config File such as Main Server IP, Cam Size, FTP Info, Class ID etc...)
 β”‚   β”œβ”€β”€ πŸ“ results (μ•ˆ μ“°λŠ” 폴더, κ³§ μ‚­μ œλ  μ˜ˆμ •)
 β”‚   β”œβ”€β”€ πŸ“ test 
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ py_force_ip.py(When you cannot access to the IP Camera, run this file)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ py_ipconfig_manual.py
 β”‚   β”‚   └── πŸ“„ py_live_stream.py
 β”‚   β”œβ”€β”€ πŸ“ trackers
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ botsort.yaml 
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ bytetrack.yaml (We use this Tracking Method for now)
 β”‚   β”‚   └── πŸ“„ bytetrack-bak.yaml  
 β”‚   └── πŸ“ utils
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ check_vms.py (Settings for Check ROI Options, Threshold and Size Parameters)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ comm_utils_vms.py (Settings for FTP, UDP, JSON Format)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ lcd_capture.py (Settings for Multicast, Pixel Format, Cam IP etc...)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ loader.py (No update since 2023)
 β”‚   β”‚   └── πŸ“„ profiler.py (No update since 2023)
 β”œβ”€β”€ πŸ“ YOLOv8_LCS(LCS Folder)
 β”‚   β”œβ”€β”€ πŸ“„ LCS_best.pt
 β”‚   β”œβ”€β”€ πŸ“„ run_track_v8_LCS.py (Main Python File for LCS Model)
 β”‚   β”œβ”€β”€ πŸ“„ run_v8_LCS.sh (Executable File For Docker Compose)
 β”‚   β”œβ”€β”€ πŸ“ Conf
 β”‚   β”‚   └── πŸ“„ config.py (Config File such as Main Server IP, Cam Size, FTP Info, Class ID etc...)
 β”‚   β”œβ”€β”€ πŸ“ results (μ•ˆ μ“°λŠ” 폴더, κ³§ μ‚­μ œλ  μ˜ˆμ •)
 β”‚   β”œβ”€β”€ πŸ“ test 
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ py_force_ip.py(When you cannot access to the IP Camera, run this file)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ py_ipconfig_manual.py
 β”‚   β”‚   └── πŸ“„ py_live_stream.py
 β”‚   β”œβ”€β”€ πŸ“ trackers
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ botsort.yaml 
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ bytetrack.yaml (We use this Tracking Method for now)
 β”‚   β”‚   └── πŸ“„ bytetrack-bak.yaml  
 β”‚   └── πŸ“ utils
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ check_lcs.py (Settings for Check ROI Options, Threshold and Size Parameters)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ comm_utils_lcs.py (Settings for FTP, UDP, JSON Format)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ lcd_capture.py (Settings for Multicast, Pixel Format, Cam IP etc...)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ loader.py (No update since 2023)
 β”‚   β”‚   └── πŸ“„ profiler.py (No update since 2023)
 β”œβ”€β”€ πŸ“ YOLOv8_TS(TS Folder)(Editing....)
 β”‚   β”œβ”€β”€ πŸ“„ TS_best.pt
 β”‚   β”œβ”€β”€ πŸ“„ run_track_v8_TS.py (Main Python File for TS Model)
 β”‚   β”œβ”€β”€ πŸ“„ run_v8_TS.sh (Executable File For Docker Compose)
 β”‚   β”œβ”€β”€ πŸ“ Conf
 β”‚   β”‚   └── πŸ“„ config.py (Config File such as Main Server IP, Cam Size, FTP Info, Class ID etc...)
 β”‚   β”œβ”€β”€ πŸ“ results (μ•ˆ μ“°λŠ” 폴더, κ³§ μ‚­μ œλ  μ˜ˆμ •)
 β”‚   β”œβ”€β”€ πŸ“ test 
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ py_force_ip.py(When you cannot access to the IP Camera, run this file)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ py_ipconfig_manual.py
 β”‚   β”‚   └── πŸ“„ py_live_stream.py
 β”‚   β”œβ”€β”€ πŸ“ trackers
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ botsort.yaml 
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ bytetrack.yaml (We use this Tracking Method for now)
 β”‚   β”‚   └── πŸ“„ bytetrack-bak.yaml  
 β”‚   └── πŸ“ utils
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ check_ts.py (Settings for Check ROI Options, Threshold and Size Parameters)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ comm_utils_ts.py (Settings for FTP, UDP, JSON Format)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ lcd_capture.py (Settings for Multicast, Pixel Format, Cam IP etc...)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ loader.py (No update since 2023)
 β”‚   β”‚   └── πŸ“„ profiler.py (No update since 2023)
 β”œβ”€β”€ πŸ“ YOLOv8_TL(TL Folder)(Editing....)
 β”‚   β”œβ”€β”€ πŸ“„ TL_best.pt
 β”‚   β”œβ”€β”€ πŸ“„ run_track_v8_TL.py (Main Python File for TL Model)
 β”‚   β”œβ”€β”€ πŸ“„ run_v8_TL.sh (Executable File For Docker Compose)
 β”‚   β”œβ”€β”€ πŸ“ Conf
 β”‚   β”‚   └── πŸ“„ config.py (Config File such as Main Server IP, Cam Size, FTP Info, Class ID etc...)
 β”‚   β”œβ”€β”€ πŸ“ results (μ•ˆ μ“°λŠ” 폴더, κ³§ μ‚­μ œλ  μ˜ˆμ •)
 β”‚   β”œβ”€β”€ πŸ“ test 
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ py_force_ip.py(When you cannot access to the IP Camera, run this file)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ py_ipconfig_manual.py
 β”‚   β”‚   └── πŸ“„ py_live_stream.py
 β”‚   β”œβ”€β”€ πŸ“ trackers
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ botsort.yaml 
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ bytetrack.yaml (We use this Tracking Method for now)
 β”‚   β”‚   └── πŸ“„ bytetrack-bak.yaml  
 β”‚   └── πŸ“ utils
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ check_tl.py (Settings for Check ROI Options, Threshold and Size Parameters)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ comm_utils_tl.py (Settings for FTP, UDP, JSON Format)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ lcd_capture.py (Settings for Multicast, Pixel Format, Cam IP etc...)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ loader.py (No update since 2023)
 β”‚   β”‚   └── πŸ“„ profiler.py (No update since 2023)
 β”œβ”€β”€ πŸ“ test(Image Save Folder for Debugging)
 β”‚   └── πŸ–ΌοΈ Detected Image
 β”œβ”€β”€ πŸ“„ ArenaSDK_v0.1.78_LinuxARM64.tar.gz (Before Running arena_api~.whl, You should have to unzip this first and run file "/data/ArenaSDK_LinuxARM64/Arena_SDK_ARM64.conf")
 β”œβ”€β”€ πŸ“„ arena_api.2.7.1-py3-none-any.whl (Main Install File for Arena API(IP Camera))
 └── πŸ“„ docker-compose.yaml (Main File for Running Docker Compose)

Getting Started

   1. git --version 
   2. μ‚¬μš©ν•˜κ³ μž ν•˜λŠ” 폴더 λ‚΄λ‘œ λ“€μ–΄κ°€μ„œ git init
   3. git config --global -user.name 'JaeyongLee960212'
   4. git config --global user.password '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' (토큰)
   5. git config --global credential.helper store
   6. git remote add origin https://github.com/JaeyongLee960212/jetson.git
   7. git fetch
   8. git branch -r
   9. git checkout main or jetson
   10. git pull
   11. git add .
   12. git commit -m "μƒˆλ‘œμš΄ λ‚΄μš© μ„€λͺ…"
   13. git push
   (When error occurs because of Large Files)
      1. nano .gitignore
         
         data/**
         
         !data/YOLOv8_*/
         !data/YOLOv8_*/**
         
         data/YOLOv8_*/*.mp4
         data/YOLOv8_*/*.avi
         data/YOLOv8_*/*.pt
         
         !data/YOLOv8_*/**/*.py
         !data/YOLOv8_*/**/*.sh
         !data/YOLOv8_*/**/*.yaml
         !data/*.yml
      2. Ctrl+O and then Press Enter
      3. Ctrl+X to get out
      4. Finish

History

Last updated on 2025-11-03 09:20:00

Contributors

JaeyongLee960212/jetson

0

stars

43

commits

Jupyter Notebook

primary language

Dec 14, 2025

updated

README

Jetson Docker System

Models

  1. VMS
    : Based on YOLOv8s, Trained by 60 images, Class : 2 (VMS_ON, VMS_OFF)
  2. LCS
    : Based on YOLOv8s, Trained by 17,394 images, Class : 3 (LCS_ROAD_USUABLE, LCS_ROAD_UNUSUABLE, LCS_BROKEN)
  3. Traffic Light
    : Based on YOLOv8s, Trained by 740,724 images, Class : 6 (TRAFFICSIGNAL_GREEN etc...)
  4. Traffic Sign
    : Based on YOLOv8s, Trained by 489,429 images, Class : 82 (SAFETY_SIGN_YIELD etc...)

Structure

πŸ“‚ Jetson-containers/data
 β”œβ”€β”€ πŸ“ heartbeat
 β”‚   β”œβ”€β”€ πŸ“„ heartbeat_client.py
 β”‚   β”œβ”€β”€ πŸ“„ heartbeat_config.py
 β”‚   β”œβ”€β”€ πŸ“„ heartbeat_db_handler.py
 β”‚   β”œβ”€β”€ πŸ“„ heartbeat_jetson_client.sh (For Jetson Only)
 β”‚   β”œβ”€β”€ πŸ“„ heartbeat_server.bat (For Nuvo Only)
 β”‚   β”œβ”€β”€ πŸ“„ heartbeat_main.py
 β”‚   β”œβ”€β”€ πŸ“„ heartbeat_client.bat (For Odyssey, Nuvo, Line)
 β”‚   β”œβ”€β”€ πŸ“„ heartbeat_server.py
 β”‚   └── πŸ“„ log.py
 β”œβ”€β”€ πŸ“ YOLOv8_VMS(VMS Folder)(Editing....)
 β”‚   β”œβ”€β”€ πŸ“„ VMS_best.pt
 β”‚   β”œβ”€β”€ πŸ“„ run_track_v8_VMS.py (Main Python File for VMS Model)
 β”‚   β”œβ”€β”€ πŸ“„ run_v8_VMS.sh (Executable File For Docker Compose)
 β”‚   β”œβ”€β”€ πŸ“ Conf
 β”‚   β”‚   └── πŸ“„ config.py (Config File such as Main Server IP, Cam Size, FTP Info, Class ID etc...)
 β”‚   β”œβ”€β”€ πŸ“ results (μ•ˆ μ“°λŠ” 폴더, κ³§ μ‚­μ œλ  μ˜ˆμ •)
 β”‚   β”œβ”€β”€ πŸ“ test 
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ py_force_ip.py(When you cannot access to the IP Camera, run this file)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ py_ipconfig_manual.py
 β”‚   β”‚   └── πŸ“„ py_live_stream.py
 β”‚   β”œβ”€β”€ πŸ“ trackers
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ botsort.yaml 
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ bytetrack.yaml (We use this Tracking Method for now)
 β”‚   β”‚   └── πŸ“„ bytetrack-bak.yaml  
 β”‚   └── πŸ“ utils
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ check_vms.py (Settings for Check ROI Options, Threshold and Size Parameters)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ comm_utils_vms.py (Settings for FTP, UDP, JSON Format)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ lcd_capture.py (Settings for Multicast, Pixel Format, Cam IP etc...)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ loader.py (No update since 2023)
 β”‚   β”‚   └── πŸ“„ profiler.py (No update since 2023)
 β”œβ”€β”€ πŸ“ YOLOv8_LCS(LCS Folder)
 β”‚   β”œβ”€β”€ πŸ“„ LCS_best.pt
 β”‚   β”œβ”€β”€ πŸ“„ run_track_v8_LCS.py (Main Python File for LCS Model)
 β”‚   β”œβ”€β”€ πŸ“„ run_v8_LCS.sh (Executable File For Docker Compose)
 β”‚   β”œβ”€β”€ πŸ“ Conf
 β”‚   β”‚   └── πŸ“„ config.py (Config File such as Main Server IP, Cam Size, FTP Info, Class ID etc...)
 β”‚   β”œβ”€β”€ πŸ“ results (μ•ˆ μ“°λŠ” 폴더, κ³§ μ‚­μ œλ  μ˜ˆμ •)
 β”‚   β”œβ”€β”€ πŸ“ test 
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ py_force_ip.py(When you cannot access to the IP Camera, run this file)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ py_ipconfig_manual.py
 β”‚   β”‚   └── πŸ“„ py_live_stream.py
 β”‚   β”œβ”€β”€ πŸ“ trackers
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ botsort.yaml 
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ bytetrack.yaml (We use this Tracking Method for now)
 β”‚   β”‚   └── πŸ“„ bytetrack-bak.yaml  
 β”‚   └── πŸ“ utils
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ check_lcs.py (Settings for Check ROI Options, Threshold and Size Parameters)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ comm_utils_lcs.py (Settings for FTP, UDP, JSON Format)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ lcd_capture.py (Settings for Multicast, Pixel Format, Cam IP etc...)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ loader.py (No update since 2023)
 β”‚   β”‚   └── πŸ“„ profiler.py (No update since 2023)
 β”œβ”€β”€ πŸ“ YOLOv8_TS(TS Folder)(Editing....)
 β”‚   β”œβ”€β”€ πŸ“„ TS_best.pt
 β”‚   β”œβ”€β”€ πŸ“„ run_track_v8_TS.py (Main Python File for TS Model)
 β”‚   β”œβ”€β”€ πŸ“„ run_v8_TS.sh (Executable File For Docker Compose)
 β”‚   β”œβ”€β”€ πŸ“ Conf
 β”‚   β”‚   └── πŸ“„ config.py (Config File such as Main Server IP, Cam Size, FTP Info, Class ID etc...)
 β”‚   β”œβ”€β”€ πŸ“ results (μ•ˆ μ“°λŠ” 폴더, κ³§ μ‚­μ œλ  μ˜ˆμ •)
 β”‚   β”œβ”€β”€ πŸ“ test 
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ py_force_ip.py(When you cannot access to the IP Camera, run this file)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ py_ipconfig_manual.py
 β”‚   β”‚   └── πŸ“„ py_live_stream.py
 β”‚   β”œβ”€β”€ πŸ“ trackers
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ botsort.yaml 
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ bytetrack.yaml (We use this Tracking Method for now)
 β”‚   β”‚   └── πŸ“„ bytetrack-bak.yaml  
 β”‚   └── πŸ“ utils
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ check_ts.py (Settings for Check ROI Options, Threshold and Size Parameters)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ comm_utils_ts.py (Settings for FTP, UDP, JSON Format)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ lcd_capture.py (Settings for Multicast, Pixel Format, Cam IP etc...)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ loader.py (No update since 2023)
 β”‚   β”‚   └── πŸ“„ profiler.py (No update since 2023)
 β”œβ”€β”€ πŸ“ YOLOv8_TL(TL Folder)(Editing....)
 β”‚   β”œβ”€β”€ πŸ“„ TL_best.pt
 β”‚   β”œβ”€β”€ πŸ“„ run_track_v8_TL.py (Main Python File for TL Model)
 β”‚   β”œβ”€β”€ πŸ“„ run_v8_TL.sh (Executable File For Docker Compose)
 β”‚   β”œβ”€β”€ πŸ“ Conf
 β”‚   β”‚   └── πŸ“„ config.py (Config File such as Main Server IP, Cam Size, FTP Info, Class ID etc...)
 β”‚   β”œβ”€β”€ πŸ“ results (μ•ˆ μ“°λŠ” 폴더, κ³§ μ‚­μ œλ  μ˜ˆμ •)
 β”‚   β”œβ”€β”€ πŸ“ test 
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ py_force_ip.py(When you cannot access to the IP Camera, run this file)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ py_ipconfig_manual.py
 β”‚   β”‚   └── πŸ“„ py_live_stream.py
 β”‚   β”œβ”€β”€ πŸ“ trackers
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ botsort.yaml 
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ bytetrack.yaml (We use this Tracking Method for now)
 β”‚   β”‚   └── πŸ“„ bytetrack-bak.yaml  
 β”‚   └── πŸ“ utils
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ check_tl.py (Settings for Check ROI Options, Threshold and Size Parameters)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ comm_utils_tl.py (Settings for FTP, UDP, JSON Format)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ lcd_capture.py (Settings for Multicast, Pixel Format, Cam IP etc...)
 β”‚   β”‚   β”œβ”€β”€ πŸ“„ loader.py (No update since 2023)
 β”‚   β”‚   └── πŸ“„ profiler.py (No update since 2023)
 β”œβ”€β”€ πŸ“ test(Image Save Folder for Debugging)
 β”‚   └── πŸ–ΌοΈ Detected Image
 β”œβ”€β”€ πŸ“„ ArenaSDK_v0.1.78_LinuxARM64.tar.gz (Before Running arena_api~.whl, You should have to unzip this first and run file "/data/ArenaSDK_LinuxARM64/Arena_SDK_ARM64.conf")
 β”œβ”€β”€ πŸ“„ arena_api.2.7.1-py3-none-any.whl (Main Install File for Arena API(IP Camera))
 └── πŸ“„ docker-compose.yaml (Main File for Running Docker Compose)

Getting Started

   1. git --version 
   2. μ‚¬μš©ν•˜κ³ μž ν•˜λŠ” 폴더 λ‚΄λ‘œ λ“€μ–΄κ°€μ„œ git init
   3. git config --global -user.name 'JaeyongLee960212'
   4. git config --global user.password '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' (토큰)
   5. git config --global credential.helper store
   6. git remote add origin https://github.com/JaeyongLee960212/jetson.git
   7. git fetch
   8. git branch -r
   9. git checkout main or jetson
   10. git pull
   11. git add .
   12. git commit -m "μƒˆλ‘œμš΄ λ‚΄μš© μ„€λͺ…"
   13. git push
   (When error occurs because of Large Files)
      1. nano .gitignore
         
         data/**
         
         !data/YOLOv8_*/
         !data/YOLOv8_*/**
         
         data/YOLOv8_*/*.mp4
         data/YOLOv8_*/*.avi
         data/YOLOv8_*/*.pt
         
         !data/YOLOv8_*/**/*.py
         !data/YOLOv8_*/**/*.sh
         !data/YOLOv8_*/**/*.yaml
         !data/*.yml
      2. Ctrl+O and then Press Enter
      3. Ctrl+X to get out
      4. Finish

History

Last updated on 2025-11-03 09:20:00

Contributors

Languages

Jupyter Notebook

60.7%

Python

27.0%

Shell

6.0%

Dockerfile

4.2%