Nico Zhou
Nico Zhou
Hi, may I know how to finetune MaskTransfiner in dataset that only contains human as the object?
I wonder why in every `input_ksdd2.py` `input_ksdd.py` `input_dagm,py` or other dataset, the len of the dataset should be `2*len(pos_samples)` for training, why not ` len(pos_samples) + len(neg_samples)`? `self.len = 2...
Hi, when I tried to train the Siamese Network in this Repo using 90K Training samples and used it to extract camera features database, I still get a very low...