vickersmith

Results 5 issues of vickersmith

In order to get the evaluation results on COCO 2015 test set, do I have to evaluate online in coco official website? but i couldn't find any entrance. Are there...

The following error occured in the process of traing,but the training continued working automatically later. I used 1 gpu and 4 num_workers.Anyone knows the reason of the error? ConnectionResetError: [Errno...

your multi_label_classifier was constructed by several concurrent FC layers .Another idea is that the label is encoded by one-hot encoder and add a sigmoid function after the 3rd FC layer.At...

hi,i run the multi_label_classifier.py and met the following error: usage: multi_label_classifier.py [-h] --dir DIR --name NAME --mode MODE --model MODEL [--load_size LOAD_SIZE] [--input_size INPUT_SIZE] [--ratio RATIO] [--batch_size BATCH_SIZE] [--shuffle] [--flip]...

i can successfully run the RFB and FSSD .but when i run the ssd ,the following error occurs.anyone knows how to deal with it? ....... return torch.log(torch.sum(torch.exp(x-x_max), 1, keepdim=True)) +...