Viet-Anh NGUYEN (Andrew)
Viet-Anh NGUYEN (Andrew)
I found this bug when using inference code (`python video_demo.py`). ## Environment: - Miniconda. - Python 3.7. - Install requirements from `./docs/requirements.txt`. ## Error Trace: ``` Traceback (most recent call...
Hello Can I use the source code and trained models introduced in this repo (General, IC15 and LinkRefiner) for commercial purposes? Thank you,
Hello! Thank you for your great repo! Have you applied this code to build a realtime processing pipeline, where a camera stream is fed into the app and the processing...
Hello, Thank you for your great open-source project in mapping. I added my Docker files for running LIO-Livox in a Docker after seeing some errors when compiling it for Ubuntu...
Hello! I really like this project. Do you plan to support splitting this model into Encoder and Decoder like the original SAM? In that way, the Decoder part can be...
AnyLabeling now supports MobileSAM for auto-labeling. Checkout at: https://github.com/vietanhdev/anylabeling/releases/tag/v0.3.0.
Clean up cache (*.pyc) files from repo.
Thank you for your great repository! Can you add a LICENSE file to specify the license of the source code and the pretrained models (human detection, human pose estimation)? I...
Thank you for your great repository! Can you add a LICENSE file to specify the license of the source code and the pretrained models? I want to use it in...
### Bug description I am developing a chess engine with Mojo here: https://github.com/vietanhdev/chess.mojo/blob/96caf7bf3cebe12c626fc049cd4733d095462579/engine.mojo. My program had a problem using a Tuple as Python dictionary key. ``` Users/ec2-user/actions-runner/_work/modular/modular/Kernels/mojo/builtin/_startup.mojo:76:1: error: no viable...