Huang ZhiWei
Results
2
issues of
Huang ZhiWei
Does the VisDrone-Dataset correspond to the class[ 'pedestrian', 'people', 'bicycle', 'car', 'van', 'truck', 'tricycle', 'awning-tricycle', 'bus', 'motor']?
torchvision版本过高会使得使用此程序时出现此问题,可以将将“from torchvision.models.utils import load_state_dict_from_url”改为:“from torch.hub import load_state_dict_from_url”