NukeBird
NukeBird
my modified top_nums was 256. I got an idea that maybe I myself cause these errors, so returned it to 20, generated new model, but onnx2tf still gives errors on...
@PINTO0309 ngl, I wish I just forgot to change a branch... But no, its on fixed_keypoints (you marked it as default branch) also: I have no issues with produced onnx...
  ```python from onnx_runner import viz2d, load_image import numpy as np import onnxruntime as ort def rgb_to_grayscale(image: np.ndarray) -> np.ndarray: """Convert an RGB image to grayscale.""" scale = np.array([0.299,...
@PINTO0309 thank you for update! I did docker run --rm -it -v ${PWD}:/workdir -w /workdir docker.io/pinto0309/onnx2tf:1.28.0 and then tried both time onnx2tf -i custom_spo2.onnx and time onnx2tf -i custom_spo2.onnx -agj...
@PINTO0309 onnx2tf works fine with models you released in 2023 https://github.com/PINTO0309/LightGlue-ONNX/releases/tag/0.0.1 I already checked [superpoint_lightglue_superpoint_1x3x640x640.onnx](https://github.com/PINTO0309/LightGlue-ONNX/releases/download/0.0.1/superpoint_lightglue_superpoint_1x3x640x640.onnx) and [superpoint_lightglue_superpoint_1x3x480x640.onnx](https://github.com/PINTO0309/LightGlue-ONNX/releases/download/0.0.1/superpoint_lightglue_superpoint_1x3x480x640.onnx). There are no issues at all, onnx2tf generated tflite models But it doesn't...
Any updates? Indeed, I faced the same issues with memgraph