gluon-cv
gluon-cv copied to clipboard
fix segmentation testing and support CPU
Hi, there.
In the testing script of segmentation, the shape of predict[0]
is (num_cls, height, weight)
.
In the line 71 of scripts/segmentation/test.py
, the axis of mx.nd.argmax
should be 0
.
Besides, I modify the code to support the inference of segmentation model on CPU.
Thank you!
Job PR-888-1 is done.
Docs are uploaded to http://gluon-vision-staging.s3-website-us-west-2.amazonaws.com/PR-888/1/index.html
Code coverage of this PR: vs. Master:
Job PR-888-2 is done.
Docs are uploaded to http://gluon-vision-staging.s3-website-us-west-2.amazonaws.com/PR-888/2/index.html
Code coverage of this PR: vs. Master:
Job PR-888-3 is done.
Docs are uploaded to http://gluon-vision-staging.s3-website-us-west-2.amazonaws.com/PR-888/3/index.html
Code coverage of this PR: vs. Master:
Please rebase the code to resolve conflicts since this PR has been merged into master.
Job PR-888-4 is done.
Docs are uploaded to http://gluon-vision-staging.s3-website-us-west-2.amazonaws.com/PR-888/4/index.html
Code coverage of this PR: vs. Master: