Skip to content

Instantly share code, notes, and snippets.

@00hello
Last active September 5, 2019 20:24
Show Gist options
  • Save 00hello/0199d393e872ed7645979f5daf7bd62c to your computer and use it in GitHub Desktop.
Save 00hello/0199d393e872ed7645979f5daf7bd62c to your computer and use it in GitHub Desktop.
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment