wang1528186571

Results 9 issues of wang1528186571

I tried to train Mask RCNN using my own dataset, and I have already configured the environment and run through the official Voc code, but I am unable to run...

Hello, my dataset is self-made, and its format is similar to VOC, which is in XML format. This issue occurs when running on Mask RCNN. How should I adjust my...

![错误2](https://github.com/ucla-mobility/OpenCDA/assets/139137698/074ea512-74f9-4655-aa5a-6dde6f772ad0)

can i train myself datasets? not person it about airplane and have 6 keypoint

I have watched many tutorials on changing the color of mmdet2.0, but none of them suit me. I don’t know how to adjust it. (I also used chatgpt, but it...

### Prerequisite - [X] I have searched [Issues](https://github.com/open-mmlab/mmpose/issues) and [Discussions](https://github.com/open-mmlab/mmpose/discussions) but cannot get the expected help. - [X] The bug has not been fixed in the latest version(https://github.com/open-mmlab/mmpose). ### Environment...

Thank you very much for your contribution. I want to change the generated image. For example, I want to change it to the number 0-999 without the heart pattern. How...

### ❔ Any questions `images, labels = get_imagenet_data()` `print('[Data loaded]')` `device = "cuda"` `model = models.resnet50(pretrained=True).to(device).eval()` `acc = get_accuracy(model, [(images.to(device), labels.to(device))])` `atk = torchattacks.CW(model, c=0.1, kappa=14, steps=1000, lr=0.01)` `atk.set_normalization_used(mean=[0.485, 0.456,...

enhancement

### ❔ Any questions When I tested CIFAR-10 and CIFAR-100, I wanted to use the standard version of Resnet50. The robust version was added to the robustbench library.

enhancement