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
The official document seems to be ineffective: python tools/analysis_tools/get_flops.py ${CONFIG_FILE} [--shape ${INPUT_SHAPE}]
python tools/analysis_tools/get_flops.py /data/ctc/mmdetection/configs/YGdataset/mask-rcnn_r50-caffe_fpn_ms-poly-1x_YGdataset.py --shape 1024 1024 usage: get_flops.py [-h] [--num-images NUM_IMAGES] [--cfg-options CFG_OPTIONS [CFG_OPTIONS ...]] config get_flops.py: error: unrecognized arguments: --shape 1024 1024
Compute type: dataloader: load a picture from the dataset Input shape: (800, 800) Flops: 0.183T Params: 43.987M
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The official document seems to be ineffective:
python tools/analysis_tools/get_flops.py ${CONFIG_FILE} [--shape ${INPUT_SHAPE}]
python tools/analysis_tools/get_flops.py /data/ctc/mmdetection/configs/YGdataset/mask-rcnn_r50-caffe_fpn_ms-poly-1x_YGdataset.py --shape 1024 1024
usage: get_flops.py [-h] [--num-images NUM_IMAGES] [--cfg-options CFG_OPTIONS [CFG_OPTIONS ...]] config
get_flops.py: error: unrecognized arguments: --shape 1024 1024
Use size divisor set input shape from (1024, 1024) to (800, 800)
Compute type: dataloader: load a picture from the dataset
Input shape: (800, 800)
Flops: 0.183T
Params: 43.987M
The text was updated successfully, but these errors were encountered: