HarborYuan/ovsam

Missing ovsam.py File - Upload Inquiry

Closed this issue · 5 comments

Hello,

I encountered a ModuleNotFoundError related to the absence of the ovsam.py file. Could you please confirm if it will be uploaded?

Error Details:

ModuleNotFoundError: Failed to import seg.models.detectors in seg/configs/ovsam/ovsam_coco_rn50x16_point.py, line 7 for No module named 'seg.models.detectors.ovsam'

Thank you!

Additionally, I am interested in obtaining ONNX export settings and a minimal example for running inference based on ONNX Runtime (ORT). Could you provide guidance or share a minimal running example?

Hi @CVHub520 ,

Thanks for your interest in our work. Could you please help me provide the script that you are using to run the model?

Additionally, I am interested in obtaining ONNX export settings and a minimal example for running inference based on ONNX Runtime (ORT). Could you provide guidance or share a minimal running example?

I am not very familiar with onnx export. But this project is highly integrated with mmdet. I am not sure whether they provide the tools for exporting the onnx.

Hi @CVHub520 ,

I fixed this bug. It was caused by the .gitignore file. Thanks for reporting.

It work; thank you very much.