morandave

Results 4 comments of morandave

This is the path of my training set: "TransDepth-main/pytorch/dataset/nyu_depth_v2/official_splits/test/" ,I tried "nyu_depth_v2",but failed.Return "No module named 'nyu_depth_v2'"

比如yolov8的C2f结构中增加了split算子 ![yolov8n onnx](https://github.com/zjhellofss/KuiperInfer/assets/100688146/5e8dc4d1-0e2d-4ee0-8070-ed96a11b3907)

甚至我又尝试了一遍resnet18,将其从torchscript转换为pnnx.bin和pnnx.param后依旧无法正确读取

已经解决了,之前使用的是最新版本的PNNX转换工具,转换出的bin文件格式似乎与以前版本有所不同,导致store_zip.cpp读取bin文件时会出错,在使用了PNNX的20230217版本转换模型后可以成功读取