francescotonini/human-gaze-target-detection-transformer
An implementation of the paper "End-to-End Human-Gaze-Target Detection with Transformers"
Python
Issues
- 1
The issue of model accuracy result
#5 opened by Y445n9 - 1
Missing key(s) in state_dict: "gaze_watch_outside_embed.layers.0.weight", "gaze_watch_outside_embed.layers.0.bias". size mismatch for backbone.query_embed.weight: copying a param with shape torch.Size([20, 256]) from checkpoint, the shape in current model is torch.Size([64, 256]).
#6 opened by weiyingxue - 4
Parameters in weights file do not match
#3 opened by chenxi-Guo - 3
Regarding the issue of model accuracy
#4 opened by chenwenhe11 - 1
model in paper
#2 opened by chenxi-Guo