Viet-Anh NGUYEN (Andrew)
Viet-Anh NGUYEN (Andrew)
I think this feature is needed for a private note system. Btw, Twitter generates random strings for resource urls. I think memos should do it so for security.
Check out my work of **Segment Anything** integration to [AnyLabeling](https://github.com/vietanhdev/anylabeling) - a fork of **LabelMe**. Video: **Note:** Work in progress. Welcome your comments. 
Check out my work of **Segment Anything** integration to [AnyLabeling](https://github.com/vietanhdev/anylabeling) - a fork of **LabelMe**. Video: **Note:** Work in progress. Welcome your comments. 
Check out this package for model conversion and inference code with ONNX: https://github.com/vietanhdev/samexporter.
We can also convert the model to ONNX to remove the dependence on PyTorch, which has a very big size compared to ONNXRuntime. My code for the original SAM is...
@YinglongDu - It's best if you can divide the model into 2 small models: Encoder and Decoder. Encoder part (your backbone) can be calculated separately. In this way, we can...
Checkout SAMExporter too: .
You can use SAM Exporter to export Encoder and Decoder separately: .
This program has the same error: ``` from python import Python def main2(): var str_a: String = "abcd" var x: (Int, Int, String) = (1, 2, str_a) var a =...
I fixed this bug by flattening all the arrays. However, I suppose that it's a bug in Mojo.