Davi
Davi
In **transformer.py,** in class **MultiHeadedSelfAttention()** we have the var declaration: self.proj_q = nn.Linear(dim, dim) self.proj_k = nn.Linear(dim, dim) self.proj_v = nn.Linear(dim, dim) but wasn't suposed to be Q, K and...
Hello, congratulations for your work. Were the results showed in paper 10-cropped as made by Sultani and by the [RTFM](https://github.com/tianyu0207/RTFM)? To what extent does this affect the comparison?
The features 'pose' and 'appe' are mandatory for the pretrained checkpoints of the LART method, but[ these features are only generated when self.cfg.render.enable=True](https://github.com/brjathu/PHALP/blob/master/phalp/trackers/PHALP.py?plain=1#L142). However, I just want to generate the...
What is the format of data present in **phantoms/lowdose/*.proj.bin**, **phantoms/lowdose/*.vol.bin** and **phantoms/lowdose/projMat.txt**? My data is in DICOM (.dcm) format, and I'm with difficulty to adjust the format. There may be...
All the dataset division files is ok, but **train_normal.txt** has 10 more samples.
Erro reproduction: Download [this video from CamNuvem robbery dataset:](https://drive.google.com/file/d/1CM9VmbqMHUnHTkX1wMJW_nTeYq7xcLaz/view?usp=drive_link) Exec: python3 scripts/demo.py video.source=354.mp4 video.output_dir=./output It will raise an error: ``` CUDA error: an illegal memory access was encountered CUDA kernel...
Erro reproduction: - Download [this video from UCF-Crime dataset:](https://drive.google.com/file/d/1s7z1sBoaV_axWJ01sYh-0_15LLavWKwv/view?usp=drive_link) - Exec: `python3 scripts/demo.py video.source=Normal_Videos465_x264.mp4 video.output_dir=./output` It will raise an error: ``` Traceback (most recent call last): File "/home/lecun/PHALP/phalp/trackers/PHALP.py", line 205,...