Seungtaek Kim

Results 3 issues of Seungtaek Kim

Can u add `group conv` and `dropout layer` in yolo inference?

Hi. I try to convert superpoint float32 model to float16 using following code. ```Python import onnx from onnxconverter_common.float16 import convert_float_to_float16 if __name__=="__main__": WIDTH = 512 HEIGHT = 256 MAX_KEY =...

Hi. I try to use SAM model for my task. But, It's failed with below error message. ![image](https://github.com/vietanhdev/anylabeling/assets/56434476/be4a2ecb-ee64-4f3f-bc49-4dc5457d1164) I use `AnyLabeling v0.2.24 AnyLabeling-GPU.exe` binary file. And I installed CUDA 11.6,...