AnasArram
AnasArram
Command CoreMLModelCompile failed with a nonzero exit code i have successfully converted the onnx model (originally in pytorch) using the following: `mlmodel = convert('NetModel.onnx', target_ios='13', custom_conversion_functions={'Upsample': _convert_upsample})` and when i...
I have converted HRNET model for pose estimations from pytorch to coreml successfully. But the output of the converted model is not as in pytorch model. I mean: the output...
I have converted HRNET model for pose estimations from pytorch to coreml successfully. But the output of the converted model is not as in pytorch model. I mean: the output...
Hi, I have converted HRNET model for pose estimations from pytorch to coreml successfully. But the output of the converted model is not as in pytorch model. I mean: the...
Hi, thanks for your work when i tested the hrnet and higher hrnet for inference. the drawn avatar was in different location than the camera. when i test on video...