You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: