Dev
Dev
I'm experimenting with this model and found some interesting results. The training code that I wrote was based on the training code of [GCA-Matting](https://github.com/Yaoyi-Li/GCA-Matting) (suggested by @MarcoForte ). I have...
@kashyappiyush1998 I have tested the model and saw exactly the same problem that you pointed out. However, one significant difference that I saw in your results is that the cutting...
@ilyaskhanbey I think I have encountered the same issue. Even after successfully loading the pretrained resnet. Have you solved the issue?
> There is this corpus: https://lindat.mff.cuni.cz/repository/xmlui/handle/11372/LRT-2614 > While initially created to aid machine translation and translation of coreferences between english and german it could be used to train neuralcoref. I...
@xenova Thank you so much for the contribution. Since I'm quite new to ONNX. Can you please give me an example to inference your exported ONNX model [here ](https://huggingface.co/Xenova/vitmatte-base-composition-1k) in...
After digging deeper into this, I possibly found a proper way to inference the exported model. Yet still got error. Here was my snippet: `ort_sess.run(['alphas'], {'pixel_values' : torch.rand(1, 4, 640,...
@xenova Thank you so much for your answer. I encountered an another issue that I would very appreciate if you can help me. The code snippet you gave me ran...
@xenova Update: After install onnxruntime-gpu==1.14.0, then ran the following command: `optimum-cli export onnx --model hustvl/vitmatte-base-distinctions-646 o --task image-matting` I got exactly the same output as yours, which is: ``` Post-processing...
@xenova Update 2: Sorry for keep posting in this thread but the more I dive deeper in this, the more interesting things I found and I can't stop sharing this...
@xenova Thank you for your reply. Here was my output: ``` optimum-cli export onnx --model hustvl/vitmatte-base-distinctions-646 o --task image-matting `AnnotionFormat` is deprecated and will be removed in v4.38. Please use...