Albert Li
Albert Li
Hi, Thank you for your excellent work! I want to know what the 'annotation_centroids.npy' and the centroids means. To be specific,I can't find something in paper related to `torch.argmin(torch.sqrt(torch.sum((img.unsqueeze(1) -...
Could you please provide the demo.py for us to display visualization results like Detectron2. But the one in Detectron2 is for image-leve and it cannot be used directly.
 It seems mAP is not on the benchmark. How do you calcualate it. Thank you!
``` ssh://[email protected]:22/home/supermicro-2/anaconda3/envs/MCN/bin/python -u /home/supermicro-2/ldz_project/MCN/train.py Using TensorFlow backend. /home/supermicro-2/anaconda3/envs/MCN/lib/python3.6/site-packages/tensorflow/python/framework/dtypes.py:516: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be...
 It seems mAP is not on the benchmark. How do you calcualate it. Thank you! #https://github.com/SysCV/pcan/issues/19#issue-1301743798
谢谢大佬的复现。
Hi, Dr. Zhou, Thanks for your great work. What do bos_mask and bos_token mean and what do they do. The abbreviations make it strange. https://github.com/ZikangZhou/HiVT/blob/6876656ce7671982ebdc29113aaaa028c2931518/datasets/argoverse_v1_dataset.py#L121 https://github.com/ZikangZhou/HiVT/blob/6876656ce7671982ebdc29113aaaa028c2931518/models/local_encoder.py#L136
I follow the introduction to install the pip_env. However, there're still some errors. It seems to be from the mismatch of version. ``` ssh://supermicro-2:/home/supermicro-2/anaconda3/envs/refvos/bin/python -u /home/supermicro-2/ldz_project/refvos/train.py -b 4 --dataset refcoco...
The program is unable to pause at breakpoints. I tried some tools including pydevd and pudb, but they all failed. It seems to be caused by multiprocessing. How could I...