AnhPC03

Results 11 issues of AnhPC03

Could you give any link to download pretrained weights for backbone if i want to train mb3-small-ssd-lite model? I was trained from scratch but my dataset is small and the...

Can anyone help me using pretrained weight and config to train and inference classification problem? I don't know any way to apply pretrained weight and config. Thank you very much.

# 平台(如果交叉编译请再附上交叉编译目标平台): # Platform(Include target platform as well if cross-compiling): Ubuntu/Linux # Github版本: # Github Version: 2.8.1 # 编译方式: # Compiling Method Downloaded libMNN.so file from release # Details Hello...

Hello @idealo-ricardo-band @idealoprovisioning I very appreciate your awesome work. And I'm trying to convert RRDN hdf5 model to tflite in order to integrate it to android project. But when I...

Hello @ewrfcas, have you ever tried to export your model to ONNX and then convert to MNN?

Did you run inference on android by using 8-bit quantized tflite model? I always get segment fault when run your code by using 8-bit quantized tflite model

Hello. How can i convert your uint32_t *image to openCV Mat in c++? I had converted but not successed Here is my code in c++ ``` cv::Mat intMat_RGBA = cv::Mat(cv::Size(oriImgWidth,...

Thanks for your public code. I ran your code and had some issues that the image captured by Camera was flipped and had screen ![Screenshot_2021-01-07-17-20-28](https://user-images.githubusercontent.com/35995951/103881296-d5998e80-510c-11eb-9ea9-e3b62b8e21b7.png) ![Screenshot_2021-01-07-17-20-19](https://user-images.githubusercontent.com/35995951/103881300-d6cabb80-510c-11eb-89b4-81ad14f9291e.png)

Hello, I could run your repo and when I printed input and output tensors size, the values were ```bash [hybrid mode] create cuDLA device SUCCESS [hybrid mode] load cuDLA module...

@Knight825 I also built csp resnet50 from ```csresnet.cfg``` file in ```https://github.com/WongKinYiu/CrossStagePartialNetworks``` repo. And i didn't know that is it correct. Could you help me to check? Thank you. ``` CSPResNet(...