SamSharp
Use SAM(segment-anything) in C# only.
File Explorer
- Demo.jpg
- mask_dog.png
- mask_truck.png
- Common.cs
- ImageEncoderViT.cs
- MaskDecoder.cs
- PromptEncoder.cs
- Sam.cs
- TinyVitSam.cs
- Transformer.cs
- ImageTools.cs
- PickleLoader.cs
- TensorTools.cs
- Amg.cs
- BuildSam.cs
- Classes.cs
- Predictor.cs
- SamAutomaticMaskGenerator.cs
- SamSharp.csproj
- MainForm.cs
- MainForm.Designer.cs
- MainForm.resx
- Program.cs
- SamSharp_WinFormDemo.csproj
- dog.jpg
- groceries.jpg
- truck.jpg
- MobileSam.pt
- Program.cs
- SamSharpDemo.csproj
- .gitattributes
- .gitignore
- LICENSE.txt
- README.md
- SamSharp.sln
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
dotnet add package
View Details ▼
dotnet add package
Add or update a .NET package reference in a project file.
dotnet add package {{package}}
Add a package to the project in the current directory:
dotnet add {{path/to/file.csproj}} package {{package}}
Add a package to a specific project:
dotnet add package {{package}} {{[-v|--version]}} {{1.0.0}}
Add a specific version of a package to the project:
// repository documentation
Was this content helpful?
(0 ratings)
