X-AnyLabeling icon indicating copy to clipboard operation
X-AnyLabeling copied to clipboard

about input

Open yyy1998-i opened this issue 1 year ago • 1 comments

Search before asking

  • [X] I have searched the X-AnyLabeling model_zoo and found no similar model requests.

Description

Hello, thank you for your excellent achievement, I want to have my own Sam model is loaded into the X-ray AnyLabeling inside, I use netron print sam_model_best_large_ssl_buidnewprocess decoder. Onnx input and output, What should I do if my model has no output from masks? Also, num_points how to define numbers (unlike fixed input image_embeddings: [1,256,64,64]), how can I modify and export the onnx model, I hope you can guide me. image

Use case

No response

Additional

No response

Are you willing to submit a PR?

  • [X] Yes I'd like to help by submitting a PR!

yyy1998-i avatar Sep 29 '24 08:09 yyy1998-i

If you're not familiar with ONNX, you can use the PyTorch inference engine directly. For guidance, check out this example in the X-AnyLabeling repository.

CVHub520 avatar Sep 29 '24 08:09 CVHub520

If you're not familiar with ONNX, you can use the PyTorch inference engine directly. For guidance, check out this example in the X-AnyLabeling repository.

Hello author, I did not find The ONNX Export of the SAM in X-AnyLabeling/tools/onnx_exporter. I want to import my own sam model. Will you consider releasing it in the future?

yyy1998-i avatar Oct 12 '24 07:10 yyy1998-i

If you're not familiar with ONNX, you can use the PyTorch inference engine directly. For guidance, check out this example in the X-AnyLabeling repository.

Hello author, I did not find The ONNX Export of the SAM in X-AnyLabeling/tools/onnx_exporter. I want to import my own sam model. Will you consider releasing it in the future?

You can refer this.

CVHub520 avatar Oct 12 '24 07:10 CVHub520

If you're not familiar with ONNX, you can use the PyTorch inference engine directly. For guidance, check out this example in the X-AnyLabeling repository.

Hello author, I did not find The ONNX Export of the SAM in X-AnyLabeling/tools/onnx_exporter. I want to import my own sam model. Will you consider releasing it in the future?

You can refer this.

Thank you very much!

yyy1998-i avatar Oct 12 '24 07:10 yyy1998-i