2 Commits

Author SHA1 Message Date
AlexanderHD27
dc982b1cbb Remove all old stuff 2024-12-11 15:53:55 +01:00
AlexanderHD27
11ece5fd6e did stuff 2024-11-14 14:42:50 +01:00
65 changed files with 10 additions and 169 deletions

View File

@@ -1 +0,0 @@
test/data/images filter=lfs diff=lfs merge=lfs -text

BIN
board-vision/.gitignore (Stored with Git LFS) vendored

Binary file not shown.

BIN
board-vision/cnn_model/data/set6.zip (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
board-vision/cnn_model/fileSetUtils.py (Stored with Git LFS)

Binary file not shown.

BIN
board-vision/cnn_model/main.py (Stored with Git LFS)

Binary file not shown.

BIN
board-vision/cnn_model/model/Models.md (Stored with Git LFS)

Binary file not shown.

BIN
board-vision/cnn_model/model/modelv1.1.pth (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
board-vision/cnn_model/train.ipynb (Stored with Git LFS)

Binary file not shown.

BIN
board-vision/cnn_model/util.py (Stored with Git LFS)

Binary file not shown.

BIN
board-vision/docs/Markers.odg (Stored with Git LFS)

Binary file not shown.

BIN
board-vision/docs/Markers.pdf (Stored with Git LFS)

Binary file not shown.

BIN
board-vision/main.py (Stored with Git LFS)

Binary file not shown.

BIN
board-vision/src/api/streaming/encoder.py (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
board-vision/src/main.py (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

BIN
board-vision/src/main_video_stream_test.py (Stored with Git LFS)

Binary file not shown.

BIN
board-vision/src/vision/board_sizes.py (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
board-vision/src/vision/preproc.py (Stored with Git LFS)

Binary file not shown.

BIN
board-vision/src/vision/preproc_fsm.py (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

3
gobot-gui/ffmpeg_decode.bash Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
ffmpeg -i udp://localhost:1234 -f h264 - | cat

2
gobot-gui/ffmpeg_script.bash Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/bash
ffmpeg -re -video_size 1280x720 -i /dev/video8 -c:v libx264 -tune zerolatency -g 5 -f h264 udp://localhost:1234

BIN
gobot-gui/src/main.py (Stored with Git LFS) Normal file

Binary file not shown.

BIN
gobot-gui/test_video.mp4 Normal file

Binary file not shown.