-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not reproduce the effect #53
Comments
Hi, Best, |
Yes, my BASE is already Base-CenterNet2.yaml. Trainning command is: |
Hi, |
My traing log is very different from yours. Is it because a different version of detectron2 is used? you model output config has: |
Hi, |
Hello, where can I download this dataset(coco_un_yolov4_55_0.5)? |
My traing log. Another Question: I want to train detect with my self dataset, some boxes have not category, some boxes have category. I use two ways: |
The log shows you are using a batchsize of 96. Can you use the original batch size (16) or modify the total iterations and learning rate accordingly? Please do specify any changes you made in the code when reporting reproducibility issues. |
@WangBoying you can download it here from the model zoo. |
This is very important to me! Thank you very much! |
@xingyizhou The original code and config trained log |
@liuheng0111 Did you found the solution?I have a similar problem with you |
I train model of CenterNet2_R50_1x , use v100 8gpus, but the best AP is 40.26, lower of 42.9; Can you give me some suggestions ?
I use the floowing configs:
DATASETS:
TRAIN: ("coco_2017_train",)
TEST: ("coco_2017_val",)
SOLVER:
IMS_PER_BATCH: 16
BASE_LR: 0.02
STEPS: (60000, 80000)
MAX_ITER: 90000
CHECKPOINT_PERIOD: 1000000000
WARMUP_ITERS: 4000
WARMUP_FACTOR: 0.00025
CLIP_GRADIENTS:
ENABLED: True
INPUT:
MIN_SIZE_TRAIN: (640, 672, 704, 736, 768, 800)
The text was updated successfully, but these errors were encountered: