liurs1990
liurs1990
When I run the test on RK3288, I get the error message: Traceback (most recent call last): File "mali_imagenet_bench.py", line 109, in run_case(args.model, args.dtype) File "mali_imagenet_bench.py", line 55, in run_case...
@WWWJL Is the loss value descending when you train the quality branch? How do you test the quality score and does it work with our pertained model?
@WWWJL Does the quality score work with our pretrained model?
you can save ONNX model and then transform to Caffe model.
No, I don't use Caffe on Android. NCNN is a good choice for Android.
you can download the data from google drive: https://drive.google.com/file/d/1CUG9HK75oGYxQn81RU8H-zjscZy8ozMp/view
Hi,the network used in the code is different from the one described in the paper. you can modify it as you want.
@973398769 I have the same issue. Have you solved?