Verg-Avesta / CounTR

CounTR: Transformer-based Generalised Visual Counting
https://verg-avesta.github.io/CounTR_Webpage/
MIT License
92 stars 9 forks source link

Dataset images #8

Closed jaideep11061982 closed 1 year ago

jaideep11061982 commented 1 year ago

1) Which dataset images & model we should use to run demo.py I was trying out with fsc147 but dataset has got density map images not the raw jpg images

2) I am unable to find the annotations file 'annotation_FSC147_384.json' . Why do we need bounding boxes out here. Could you help understand

jaideep11061982 commented 1 year ago

@Verg-Avesta @WeidiXie

Verg-Avesta commented 1 year ago
  1. I think you only donwloaded the density map, not the raw images. See this. Model: Depends on the dataset you used, or directly use the model fine-tuned on FSC147.

  2. Download it from here. Bound box: To use the exemplars, you obviously need their bound boxes. Please read the paper for more details.