You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I am a researcher in stereo vision and am currently developing mmstereo, a stereo matching algorithm library based on MMEngine. This project aims to provide a unified framework for training and evaluating stereo matching algorithms. The project is currently under development and not yet open-sourced, but we plan to join the OpenMMLab ecosystem and make it open source after completing the core functionalities.
The project has implemented the following core features:
Complete Data Processing Pipeline
Stereo matching dataset loaders
Common data processing pipeline implementations
Basic data structures (DispMap, ErrorMap, etc.)
Model Design and Implementation
Basic architecture for stereo matching models
Common modules (cost volume construction, cost aggregation, etc.)
Loss function implementations
Evaluation and Visualization
Evaluation system for stereo matching models
Visualization tools for disparity maps and error maps
Near-term Development Plans:
Comprehensive testing of implemented modules
Support for more stereo matching algorithms
Documentation and examples improvement
Code structure standardization for open source
I noticed that OpenMMLab currently doesn't have a dedicated library for stereo matching algorithms. Given the importance of stereo matching in autonomous driving, robotics, and other fields, I believe mmstereo could be a valuable addition to the OpenMMLab ecosystem.
Questions:
Is OpenMMLab interested in including a stereo matching algorithm library?
What are the specific requirements for the project before open-sourcing?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello! I am a researcher in stereo vision and am currently developing mmstereo, a stereo matching algorithm library based on MMEngine. This project aims to provide a unified framework for training and evaluating stereo matching algorithms. The project is currently under development and not yet open-sourced, but we plan to join the OpenMMLab ecosystem and make it open source after completing the core functionalities.
The project has implemented the following core features:
Complete Data Processing Pipeline
Model Design and Implementation
Evaluation and Visualization
Near-term Development Plans:
I noticed that OpenMMLab currently doesn't have a dedicated library for stereo matching algorithms. Given the importance of stereo matching in autonomous driving, robotics, and other fields, I believe mmstereo could be a valuable addition to the OpenMMLab ecosystem.
Questions:
Thank you for your attention!
Beta Was this translation helpful? Give feedback.
All reactions