HeadHunter
HeadHunter copied to clipboard
Code for the head detector (HeadHunter) proposed in our CVPR 2021 paper Tracking Pedestrian Heads in Dense Crowd.
Has anyone been able to run the program properly? I followed the instruction in the repo, but haven't got any luck yet. I am confused by the mismatch of cuda...
Just to put a context: I was asked to find a paper and reproduce some results from scratch (it weights the 50% of the subject), I've my deadline around the...
Hello, If I try to run **test.py** the **pretrained_model** you provided on **CroHD**, I am facing a problem with Anchors: ```python test.py --test_dataset CroHD/test/HT21-11/img1 --plot_folder outputs --outfile outputs --pretrained_model FT_R50_epoch_24.pth...
I use the `python -m torch.distributed.launch --nproc_per_node=$NGPU --use_env train.py --cfg_file config/config_chuman.yaml --world_size $NGPU --num_workers 4`, but I can't find the config/config_chuman.yaml.
raise ValueError("Masks not supported") ValueError: Masks not supported
assert len(grid_sizes) == len(strides) == len(cell_anchors) AssertionError
Missing key(s) in state_dict: "backbone.body.layer2.4.conv1.weight", "backbone.body.layer2.4.bn1.weight", "backbone.body.layer2.4.bn1.bias", "backbone.body.layer2.4.bn1.running_mean", "backbone.body.layer2.4.bn1.running_var", "backbone.body.layer2.4.conv2.weight", "backbone.body.layer2.4.bn2.weight", "backbone.body.layer2.4.bn2.bias", "backbone.body.layer2.4.bn2.running_mean", "backbone.body.layer2.4.bn2.running_var", "backbone.body.layer2.4.conv3.weight", "backbone.body.layer2.4.bn3.weight", "backbone.body.layer2.4.bn3.bias", "backbone.body.layer2.4.bn3.running_mean", "backbone.body.layer2.4.bn3.running_var", "backbone.body.layer2.5.conv1.weight", "backbone.body.layer2.5.bn1.weight", "backbone.body.layer2.5.bn1.bias", "backbone.body.layer2.5.bn1.running_mean", "backbone.body.layer2.5.bn1.running_var", "backbone.body.layer2.5.conv2.weight", "backbone.body.layer2.5.bn2.weight", "backbone.body.layer2.5.bn2.bias", "backbone.body.layer2.5.bn2.running_mean", "backbone.body.layer2.5.bn2.running_var", "backbone.body.layer2.5.conv3.weight",...
Hi, thank you for sharing your great work. I have a few questions about reproducing the detection model results shown in your paper: 1. Is there a pretrained detection model...