This website works better with JavaScript.
Home
Explore
Help
Sign In
Quildra
/
PokeGoalsHelper
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50
Commits
15
Branches
0
Tags
533 MiB
Tree:
974afde638
arch-001-screen-capture-manager
arch-002-ml-inference-engine
arch-003-pokemon-data-extractor
arch-004-detection-coordinator
critical-002-bitmap-memory
critical-003-parallel-processing
critical-004-thread-pool-leaks
feature/debug-shiny-pokeball-detection
feature/expand-stat-ocr-boxes
feature/modern-capture-ui
feature/pgh-1-results-display-history
feature/pgh-30-long-screenshot-capture
fix/critical-001-opencv-mat-memory-leaks
master
refactor/mvc-architecture
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '974afde638'
${ noResults }
PokeGoalsHelper
/
tools
/
debug_scripts
/
requirements.txt
6 lines
100 B
Raw
Normal View
History
refactor: organize debug tools and clean up excessive logging - Move debug scripts to tools/debug_scripts/ directory with README - Create requirements.txt for Python debug environment setup - Remove excessive debug logging from ScreenCaptureService - Disable verbose detection logging in YOLOOnnxDetector - Update .gitignore to exclude debug artifacts - Preserve core BGR/RGB fix while cleaning up temporary code 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
5 months ago
ultralytics>=8.0.0
opencv-python>=4.5.0
onnxruntime>=1.15.0
onnx>=1.14.0
numpy>=1.21.0
Pillow>=8.0.0