Skip to content
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

Lower performance for faster-rcnn #113

Open
Yun-960 opened this issue Mar 7, 2021 · 0 comments
Open

Lower performance for faster-rcnn #113

Yun-960 opened this issue Mar 7, 2021 · 0 comments

Comments

@Yun-960
Copy link

Yun-960 commented Mar 7, 2021

Thank you for your good work!
But I still can’t reach your score when I trained faster-rcnn. All my configurations are consistent with your default configurations. I don't know why.
My Environment:
CUDA10.0
pytorch1.0.0
python3.6
My configurations with 3 gpu:
DATASET:
NAME: "vg"
MODE: "benchmark"
PATH: "datasets/vg_bm"
TRAIN_BATCH_SIZE: 6
TEST_BATCH_SIZE: 1
MODEL:
WEIGHT_IMG: "catalog://ImageNetPretrained/MSRA/R-101"
WEIGHT_DET: ""
ALGORITHM: "faster_rcnn"
BACKBONE:
CONV_BODY: "R-101-C4"
ROI_BOX_HEAD:
NUM_CLASSES: 151
ROI_RELATION_HEAD:
NUM_CLASSES: 51
SOLVER:
BASE_LR: 5e-3
MAX_ITER: 100000
STEPS: (70000,90000)
CHECKPOINT_PERIOD: 5000
My performance:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant