Open
Conversation
Fix Bear camera Fix Africa cameras Add new Africa cameras
- Add new screenshot downloader modules for HTML and M3U8 - Update Docker base image to opencv 4.5.2 - Add configuration backups and testing files - Update gitignore for debug files - Fix YAML loading with explicit FullLoader - Update project dependencies
- Remove secrets.yaml from git tracking - File remains in .gitignore to prevent accidental commits - Local file is preserved for continued use
- Update download script to fetch YOLOv4 weights, config, and class names - Rename mod_yolo3detector.py to mod_yolo4detector.py - Update detector references in config.yaml across all chains - Change input size from 416x416 to 608x608 for better YOLOv4 performance - Update base Docker image to use OpenCV 4.8.1 - Fix OpenCV 4.5.2 compatibility issue with YOLOv3 weights
- Remove deprecated firefox_profile parameter from WebDriver init - Use modern options.profile approach for Firefox profile - Remove unused DesiredCapabilities import and usage - Simplify WebDriver initialization to use only options parameter Resolves: WebDriver.__init__() got an unexpected keyword argument 'firefox_profile'
- Add container-specific Firefox arguments (no-sandbox, disable-dev-shm-usage) - Set explicit window size for consistent screenshots - Disable notifications and audio for cleaner automation - Improve headless mode reliability in Docker environments
Pin numpy>=1.21.0 and pillow>=8.0.0 to resolve NDArray typing compatibility issues
Handle different return formats of getUnconnectedOutLayers() between OpenCV versions
Handle different return formats of NMSBoxes between OpenCV versions and empty results
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix Bear camera
Fix Africa cameras
Add new Africa cameras