ONNX 模型库
返回模型

说明文档

推理请克隆仓库 ezonnx

from ezonnx import NeuFlowV2

model = NeuFlowV2("mixed")
output = model("image_0.jpg","image_1.jpg") # infer with a pair of str or cv2 image
print(output.flow)                          # flow map (H,W,2)
print(output.visualized_img)                # flow image (H,W,3)

bukuroo/NeuFlowV2-ONNX

作者 bukuroo

image-to-image
↓ 0 ♥ 0

创建时间: 2025-08-29 14:45:38+00:00

更新时间: 2025-08-30 02:05:48+00:00

在 Hugging Face 上查看

文件 (5)

.gitattributes
README.md
neuflow_mixed.onnx ONNX
neuflow_sintel.onnx ONNX
neuflow_things.onnx ONNX