MagicSource
MagicSource
@wass3r hi, I am not using script, I wanna call a function inside go program itself, with params. Is that possible?
@wass3r no , I mean, call the go code along with bot code, I have a operator object must initialized along with bot it self. which is injected into flatboat...
@wass3r Yes. May can done with some reflection way? Do u know any idea if I have this command?
@snnn thanks. the onnx model is just 174kb. is that normal? the model is just exported via Pytorch, and I can using neuron visualize it and I can using onnx...
@snnn that would be strange. As I shown above, I can read the onnx normal and prints it's information. Shouldn't be protobuf problem. I think the reason maybe onnx just...
@wmcnally thanks for your reply. Am current try some different design for keypoints detection, anchor-free style, but I met some problems: 1. It looks like Kaopao treat different keypoints as...
@Jeff-sjtu I know how to solve it. May I ask, how to filter the jitter problem of transition? does there any practical way
@byshiue I found I didn't search GEMM info which caused using default gemm. Does searching a best algo will boost time a little bit? Does this gemm info file can...
@byshiue hi, do u know why got this error?
@byshiue Maybe, but seems the calling way `torch.classes.VisionTrasnformerClass` is not fully correct? Your c++ implementation has a namespace before this class.... Do u know how to correctly calling this c++...