-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tinyyolov3's test data is wrong #237
Comments
Hi, I also face this problem with the model at running: error:
|
Updated the test data and checked in here |
@SiR0N you are using the old onnxruntime, the error msg shows the number of input for Resize is 2, however, opset 11 has changed this. Please use onnxruntime 1.0+ to test. |
Hi @SiR0N |
hi, @jiafatom and @snnn I upgrade it to 1.0.0 and now it "works" (I used 0.4.0 before) Now I face another problem, it is related to the inputs.
Error:
|
This error means that it needs a input of type float, but the data you provided is of type double, can you convert your data? |
I tried that and it did not work
and they are already float:
|
Here is an example that we run every day and it works fine. Choose |
2019-11-08 12:48:51.317577463 [E:onnxruntime:Default, runner.cc:479 RunTaskImpl] tinyyolov3:output=yolonms_layer_1:2:expect tensor(float) got tensor(int32)
2019-11-08 12:48:51.317648314 [E:onnxruntime:Default, runner.h:76 finish] tinyyolov3: type mismatch. Dataset:/data/testdata/m/opset11/tinyyolov3/test_data_set_0
The text was updated successfully, but these errors were encountered: