-
I like your project very much. But I test your tracker using pysot toolkit. The average eao ( 10 times )is around 0.46 which is lower than 0.489. I wonder if there are the differences of hardware or…
-
When a model takes multiple inputs (ex. a Siamese network) that all go through the same set of layers before the results are compared later on in the network, the model summary double-counts all of th…
-
i have siamese network and i converted to onxx successfully . but i have the error Can only specify one unknown dimension . my out put shape is (-1,-1,-1,-1) . in where two outputs become reshape th…
-
when I run following segment of code from your Siamese network code I got this error:
Anaconda Environment Python 3.6 windows 10 system:
vis_dataloader = DataLoader(siamese_dataset,
…
-
Hello,
I'm trying to create a PairData class. I overrided the constructor and the ```__inc__``` function as mentioned by the document. Here is my toy test code:
```Python
"""
Dataloader for t…
-
您好,我跑了几遍您的代码,但是在使用15个种子时效果和您论文中的相差很多,不知道是什么原因,望您可以解答一下,十分感谢!!
当eval_iter设置到3000时结果 f1:48.56 prec:42.70 recall:60.76
-
Could you tell me your best metrics on OSCD please? Thank you! The official training code get best f1 score at 60.15%. I designed a network with less parameters getting slightly better f1 score at 61%…
-
Hi there,
I tried installing your framework on another laptop, and facing now the following problems:
`Traceback (most recent call last):
File "/home/student/GIT_Repos/mm_wave_radar/machine_…
-
I am having a similar issue than #270 but for Linux, so I created a new issue.
ubuntu 18.04, python 3.7, cuda 10.1, pytorch 1.4
Poetry install everything, but unittest fails.
```ERROR:root:The …
-
I'm having a hard time figuring out how to pass a list of lists (with variable length) to skorch's `fit` method.
Specifically, I have a feature that is a list of ID's (e.g. `[[1, 12, 3], [6, 22]...…