TJZhengJuepeng
TJZhengJuepeng
I'm sorry i met the following error using the office31 dataset [INFO] Loading datasets: amazon [INFO] Loading datasets: webcam Traceback (most recent call last): File "main.py", line 151, in res...
def test_ddcnet(model, target_loader): """ test target data on fine-tuned alexnet :param model: trained alexnet on source data set :param target_loader: target dataloader :return: correct num """ # enter evaluation mode...
Thanks for your GREAT job! I wonder how the selective re-sampling strategy works? In the first stage in the "drop-pick", how dose the instance number of maximum classes reduces? Does...
Many thanks for your GREAT work! I have a question about the "target" in ghm_loss.py: def forward(self, pred, **target**, label_weight, *args, **kwargs): Is the "target" a ont-hot format? and where...
Traceback (most recent call last): File "train_meta.py", line 87, in model.load_weights(weightfile) File "/home/zjp/Fewshot_Detection/darknet_meta.py", line 381, in load_weights start = load_conv_bn(buf, start, model[0], model[1]) File "/home/zjp/Fewshot_Detection/cfg.py", line 461, in load_conv_bn conv_model.weight.data.copy_(torch.from_numpy(buf[start:start+num_w]));...