Skip to content
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

--min_box_area does not work with --pose_track #1200

Open
Haiyu-HaiyuZhang opened this issue Feb 5, 2024 · 0 comments
Open

--min_box_area does not work with --pose_track #1200

Haiyu-HaiyuZhang opened this issue Feb 5, 2024 · 0 comments

Comments

@Haiyu-HaiyuZhang
Copy link

Haiyu-HaiyuZhang commented Feb 5, 2024

Firstly, thank you guys for the contribution to the project.
I tried to use --pose_flow and --pose_track with --min_box_area, I found that --min_box_area does not work when with --pose_track.
Here is my cmd:

python scripts/demo_inference.py \
--cfg configs/coco/resnet/256x192_res50_lr1e-3_2x-dcn.yaml \
--checkpoint pretrained_models/fast_dcn_res50_256x192.pth \
--indir [] \
--outdir [] \
--save_img \
--vis_fast \
--showbox \
--min_box_area 6500 \
--pose_flow

These two pictures are visible outputs for these two different commands, left one is with pose_track and the right one iswith pose_flow, you can see the audience on the left picture has not been filtered by min_box_area. Is there any way to fix this?
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant