Skip to content

Instantly share code, notes, and snippets.

View 00hello's full-sized avatar

David Thompson 00hello

View GitHub Profile
@00hello
00hello / grassland_next_steps.md
Last active September 5, 2019 20:24
Grassland Next Steps

1. Create Full Node Implementation (P2P Networking and Coin Generation) Using Rust Bitcoin

Modify Andrew Poelstra's Rust Bitcoin implementation and place inside Grassland client. Node will do object detection locally. See Issue #1

2. Reduce Memory Usage In multi_object_tracking.py

Write Numpy arrays (motion detection, tracking, etc.) to file for temporary storage when not in use. Index file using LevelDB for retrieval

3. Restore Mosse Tracker

Return tracking system back to Mosse tracker since hardware requirements are going up and weighted-average motion detection and centroid tracking alone is too inaccurate.