π 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)
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
Last updated on 2025-11-03 09:20:00
43 commits
Jupyter Notebook
60.7%
Python
27.0%
Shell
6.0%
Dockerfile
4.2%
π 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)
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
Last updated on 2025-11-03 09:20:00
43 commits
Jupyter Notebook
60.7%
Python
27.0%
Shell
6.0%
Dockerfile
4.2%