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

[04/05 10:36:05 projects.Datasets.MIX.builtin]: Build dataset dict from mot17_sub.train [04/05 10:36:06 projects.Datasets.MIX.builtin]: % bboxes below visibility threshold 0.0 [04/05 10:36:06 projects.Datasets.MIX.builtin]: mot17-02-sdp : 0.00 [04/05 10:36:06 projects.Datasets.MIX.builtin]: mot17-04-sdp : 0.00 [04/05 10:36:06 projects.Datasets.MIX.builtin]: mot17-05-sdp : 0.00 [04/05 10:36:06 projects.Datasets.MIX.builtin]: mot17-09-sdp : 0.00 [04/05 10:36:06 projects.Datasets.MIX.builtin]: mot17-10-sdp : 0.00 [04/05 10:36:06 projects.Datasets.MIX.builtin]: mot17-11-sdp : 0.00 [04/05 10:36:06 projects.Datasets.MIX.builtin]: mot17-13-sdp : 0.00 [04/05 10:36:06 projects.Datasets.MOT.build]: Removed 0 images with no usable annotations. 2657 images left. #13

Open
liuqigui opened this issue Apr 5, 2023 · 1 comment

Comments

@liuqigui
Copy link

liuqigui commented Apr 5, 2023

When I run python projects/SGT/train_net.py --config-file projects/SGT/configs/MOT17/sgt_dla34.yaml --data-dir /data/liuqigui/project/dataset --num-gpus 1 OUTPUT_DIR /data/liuqigui/project/SGT-main/sgt_output/mot17_train/dla34_mot17-CH2, this problem happened.

[04/05 10:36:05 projects.Datasets.MIX.builtin]: Build dataset dict from mot17_sub.train
[04/05 10:36:06 projects.Datasets.MIX.builtin]: % bboxes below visibility threshold 0.0
[04/05 10:36:06 projects.Datasets.MIX.builtin]: mot17-02-sdp : 0.00
[04/05 10:36:06 projects.Datasets.MIX.builtin]: mot17-04-sdp : 0.00
[04/05 10:36:06 projects.Datasets.MIX.builtin]: mot17-05-sdp : 0.00
[04/05 10:36:06 projects.Datasets.MIX.builtin]: mot17-09-sdp : 0.00
[04/05 10:36:06 projects.Datasets.MIX.builtin]: mot17-10-sdp : 0.00
[04/05 10:36:06 projects.Datasets.MIX.builtin]: mot17-11-sdp : 0.00
[04/05 10:36:06 projects.Datasets.MIX.builtin]: mot17-13-sdp : 0.00
[04/05 10:36:06 projects.Datasets.MOT.build]: Removed 0 images with no usable annotations. 2657 images left.

I don't know why this problem occurred. The dataset was also downloaded from yours. The CrowdHuman dataset also has this problem.

@HYUNJS
Copy link
Owner

HYUNJS commented May 20, 2023

Hi. Sorry for the late reply. This logging output is not the error. When the visibility threshold of 0.0 is used, it means that all images should be used. Thus, none of the images is removed and all images are left as shown in the logging output.

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

2 participants