-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are the models available? #1
Comments
All models can be downloaded from the tag page: https://github.com/Owen-Liuyuxuan/ros2_vision_inference/tags. I recently uploaded a DLA-deformable conv for mono3d too. If you want other models, the basic interface here is https://github.com/Owen-Liuyuxuan/ros2_vision_inference#onnx-model-interface. All these models are trained and exported from https://github.com/Owen-Liuyuxuan/visionfactory/tree/develop.
This could be a bit different for different projects (of course, it is easy to slightly change the image format in code but still it is not plug-and-play). To the best of my knowledge, there is not a lot of work that fully integrates onnx model exports for these tasks. (Segmentation has many onnx models though). You are encouraged to check out models from mmlab (mmdetection3d/mmdeploy) |
Thanks a lot I will try them soon :) |
@Maik13579 |
Thank you for your fast response. Our project primarily involves indoor scenes, and we are prepared to train our own model. My primary intention was to test the system's functionality to assess its suitability for our project. However, I am currently facing challenges in configuring the correct CUDA version in conjunction with ROS within a Docker image. |
https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements And the color map for segmentation in the repo is rather limited to out-door scenes. |
Hey wanted to ask if the three models
mono3d_yolox_576_768.onnx
,bisenetv1.onnx
, andmonodepth_res101_384_1280.onnx
are publicly available or if you know of any alternative models I can download to test your project?The text was updated successfully, but these errors were encountered: