rust-ldn / rust-hack-and-learn

Coordination repository for the remote "Hack & Learn" event
MIT License
46 stars 0 forks source link

[Project proposal] Rust ML or CV projects #19

Open xd009642 opened 2 years ago

xd009642 commented 2 years ago

Project name: linfa Project details: Alternative to scikit-learn in rust

Could tackle some issues, or add a new machine learning algorithm looking at what's in scikit learn and not in linfa.

Project name: rust-cv Project details: Computer Vision in Rust

There's a number of issues of CV algorithms to implement in cv monorepo, also some repos like arrsac and ransac have some issues that can be tackled. I'm also interested in looking at something like MOSSE correlation filter based tracking https://www.cs.colostate.edu/~vision/publications/bolme_cvpr10.pdf and later extending that to adaptive scale based version of the same tracker http://www.bmva.org/bmvc/2014/papers/paper038/index.html

xd009642 commented 2 years ago

https://github.com/xd009642/mosse-tracker made a repo

xd009642 commented 2 years ago

oh it already exists https://github.com/jjhbw/mosse-tracker