C# library for Florence-2

#15
by theolivenbaum - opened

If anyone is interested, we've implemented the model as a C# library using the ONNX runtime.

theolivenbaum changed discussion title from C# implementation to C# library for Florence-2

How did you convert it to onnx runtime, been trying all day?

I've refactored the DaVit part of Florence to be compatible with Huggingface, if this helps

https://huggingface.co/amaye15/DaViT-Florence-2-large-ft

@amaye15 the complexity was that you need to implement the model logic on top of the onnx model, we had to port it to C# to get it working.

Sign up or log in to comment