yuqilol
yuqilol

hey,i wanna you great pth like e100_valacc0.98349.pth,please help me。
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question Our project needs to be deployed on Android, so...
我们致力于讲yolov5的模型转化成coreml模型,但是在使用Neural Engine时,我们有返回结果却有报错 报错如下: doUnloadModel:options:qos:error:: model=_ANEModel: { modelURL=file:///var/containers/Bundle/Application/F0D65F11-3592-461B-96C7-2E3A18960142/test-ai.app/best.mlmodelc/ : sourceURL= (null) : key={"isegment":1,"inputs":{"input":{"shape":[20,20,1,512,1]},"input.199":{"shape":[40,40,1,256,1]}},"outputs":{"885":{"shape":[13,1200,1,1,1]},"851":{"shape":[13,4800,1,1,1]}}} : identifierSource=0 : cacheURLIdentifier=66AF9BDE2791FC32EF6CF8235F318D4557EB049094D9DF808CCDEE5C801B3F2F_18D51104AEDB7794175450A9FB3C88E150456F8B15D562E8D04FD62B596B71D2 : string_id=0x00000000 : program=_ANEProgramForEvaluation: { programHandle=1187879380277 : intermediateBufferHandle=0 : queueDepth=127 } : state=3 :...
"Hello, I encountered an error as follows: NotImplementedError: Unsupported TFLite OP: 53 CAST! Therefore, I want to add the CAST operation to my own library. Can you advise which file...
Hello, I see that you have not tested the cpu frame rate and gpu frame rate on the web side, do you have plans to carry out these tests and...
When I was converting pytorch model into coreml model, an error occurred, indicating that the coreml model required int32 parameters but input fp32 parameters. I checked the previous error report...
Hello, where to download the python environment for this project, I don't see a file like requirements.txt
我的模型中含有3d卷积算子,转换模型无法解析这个算子,请问我要如何解决这个问题,是您这边更新3d卷积算子还是我在本地重构算子代码,如果我要在本地重构应该从哪着手,如果想要您这边更新3d算子我是否能提交算子函数。 Traceback (most recent call last): File "/data1/home/pengyuling/onnx2tflite-main/easy_transfor.py", line 2, in onnx_converter( File "/data1/home/pengyuling/onnx2tflite-main/converter.py", line 21, in onnx_converter keras_model = keras_builder(model_proto, native_groupconv) File "/data1/home/pengyuling/onnx2tflite-main/utils/builder.py", line 82, in keras_builder tf_tensor[node_outputs[index]] =...
We were poor and couldn't afford a server, and wanted to ask if it was possible to use the cpu on windows to do real-time segmentation with our awesome model.