-
-
Notifications
You must be signed in to change notification settings - Fork 56.3k
Closed
Description
Descripe the feature and motivation
A novel model with published trained weights https://github.com/facebookresearch/segment-anything.
- Export model to ONNX. Need to export carefully. See below for details.
- Model can be imported with dnn. Requires a fix for Expand to support broadcast axis > 1.
- Model can be inferred
- Compare accuracy with PyTorch
- Create a sample
Additional context
No response
zihaomu, WanliZhong, LaurentBerger and jun20061588