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

不收敛 #69

Open
DetectionIIT opened this issue May 15, 2019 · 0 comments
Open

不收敛 #69

DetectionIIT opened this issue May 15, 2019 · 0 comments

Comments

@DetectionIIT
Copy link

@ yangxue0827
I meet the same problem, and the data is dota. The params are as follows, Is there any question? thanks so much!!!

NET_NAME = 'resnet_v1_101'
VERSION = 'v8'
#CLASS_NUM = 1
CLASS_NUM = 16
LEVEL = ['P2', 'P3', 'P4', 'P5', 'P6']
BASE_ANCHOR_SIZE_LIST = [32, 64, 128, 256, 512]
STRIDE = [4, 8, 16, 32, 64]
ANCHOR_SCALES = [1.]
ANCHOR_RATIOS = [1 / 3., 1., 3.0]
SCALE_FACTORS = [10., 10., 5., 5., 5.]
OUTPUT_STRIDE = 16
SHORT_SIDE_LEN = 600
#DATASET_NAME = 'ship'
DATASET_NAME = 'dota'

BATCH_SIZE = 1 #add by gwf. must be 1
WEIGHT_DECAY = {'resnet_v1_50': 0.0001, 'resnet_v1_101': 0.0001}
EPSILON = 1e-5
MOMENTUM = 0.9
#MAX_ITERATION = 40000
DECAY_STEP = [100000, 200000] # 90000, 120000 #have no use
MAX_ITERATION = 300000
GPU_GROUP = "1" #add by gwf. use gpu1
LR = 0.0003

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