We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
求助个巨坑的问题。yolox模型+311d上npu量化,以前用640640分辨率都没问题,后来想换19201920分辨率提升小目标效果,结果异常。1920分辨率的输入,使用量化前的模型,在311d上用cpu跑是没问题的。就是下面的量化指令, 以前是 ./quant_tool_uint8 -m yoloxs20030102.tmfile -i images/ -o yoloxs20030102-u8.tmfile -g 12,320,320 -w 0,0,0 -s 1,1,1 -c 0 -k 1 -t 2 -y 640,640 后来换成了 ./quant_tool_uint8 -m yoloxs-20230328.tmfile -i images1920/ -o yoloxs20230328-u8.tmfile -g 12,960,960 -w 0,0,0 -s 1,1,1 -c 0 -k 1 -t 2 -y 1920,1920
The text was updated successfully, but these errors were encountered:
No branches or pull requests
求助个巨坑的问题。yolox模型+311d上npu量化,以前用640640分辨率都没问题,后来想换19201920分辨率提升小目标效果,结果异常。1920分辨率的输入,使用量化前的模型,在311d上用cpu跑是没问题的。就是下面的量化指令,
以前是
./quant_tool_uint8 -m yoloxs20030102.tmfile -i images/ -o yoloxs20030102-u8.tmfile -g 12,320,320 -w 0,0,0 -s 1,1,1 -c 0 -k 1 -t 2 -y 640,640
后来换成了
./quant_tool_uint8 -m yoloxs-20230328.tmfile -i images1920/ -o yoloxs20230328-u8.tmfile -g 12,960,960 -w 0,0,0 -s 1,1,1 -c 0 -k 1 -t 2 -y 1920,1920
The text was updated successfully, but these errors were encountered: