Chuanyang Hu
Chuanyang Hu
Does the current network support the annotations with is_crowd=1 (custom dataset with coco-format) ?
The annotations in my custom dataset (coco format) are all is_crowd=1. When I started training, it reported a ValueError on line 136 of upsnet_end2end_train.py: ```python train_loader = torch.utils.data.DataLoader(train_dataset, batch_size=config.train.batch_size, shuffle=config.train.shuffle,...
Thanks for your sharing! I encountered a problem when training MAC: Dataloader is extremely slow to load data even if I increase the num_work value. In the case of num_work...
Thanks so much for your interesting work! But I can not get the same results in your paper on web noise Mini-imagenet (I have set the same hyperparameters). For red_noise_nl_0.4,...
Hi, I want to reproduce the zero-shot result of DeClip-88M under ResNet50 in ImageNet-1K (whose performance is 62.5 in the table). But the evaluation result I got is 7.264 which...