Closed jianjiandandande closed 3 years ago
@jianjiandandande Have you changed any part of the code/configuration yaml file?
@jianjiandandande Have you changed any part of the code/configuration yaml file?
Just to mend the epoch
@jianjiandandande It would be better if you can provide the output of a simple "git diff".
I've only changed this part in video_analyst-master/experiments/siamfcpp/train/lasot/siamfcpp_googlenet-trn.yaml and It basically only reported an error in the last epoch,so I changed 20 to 21
# ==================================================
data:
exp_name: *TRAIN_NAME
exp_save: *TRAIN_SAVE
num_epochs: 21 # 20
minibatch: &MINIBATCH 64 # 256
num_workers: 32
nr_image_per_epoch: &NR_IMAGE_PER_EPOCH 150000
pin_memory: false
datapipeline:
name: "RegularDatapipeline"
sampler:
name: "TrackPairSampler"
TrackPairSampler:
negative_pair_ratio: 0.33
submodules:
dataset:
names: ["LaSOTDataset",] # (GOT10kDataset|LaSOTDataset)
GOT10kDataset: &GOT10KDATASET_CFG
ratio: 1.0
max_diff: 100
dataset_root: "datasets/GOT-10k"
subset: "train"
GOT10kDatasetFixed: *GOT10KDATASET_CFG # got10k dataset with exclusion of unfixed sequences
LaSOTDataset:
ratio: 1.0
max_diff: 100
dataset_root: "datasets/LaSOT"
subset: "train"
filter:
name: "TrackPairFilter"
TrackPairFilter:
max_area_rate: 0.6
min_area_rate: 0.001
max_ratio: 10
transformer:
names: ["RandomCropTransformer", ]
RandomCropTransformer:
max_scale: 0.3
max_shift: 0.4
x_size: 289
target:
name: "DenseboxTarget"
DenseboxTarget:
total_stride: 8
score_size: 17
x_size: 289
num_conv3x3: 2
trainer:
name: "RegularTrainer"
RegularTrainer:
exp_name: *TRAIN_NAME
exp_save: *TRAIN_SAVE
max_epoch: 21 # 20
minibatch: *MINIBATCH
nr_image_per_epoch: *NR_IMAGE_PER_EPOCH
snapshot: ""
monitors:
names: ["TextInfo", "TensorboardLogger"]
TextInfo:
{}
TensorboardLogger:
exp_name: *TRAIN_NAME
exp_save: *TRAIN_SAVE
# ==================================================
@jianjiandandande Inteed, there are some flaws in config and lacks of clarification. I have made this PR to fix it. You may checkout the file changes to fix you own branch, or just checkout my fork
ok ,thanks @MARMOTatZJU
@jianjiandandande Issue closed as it's been a long time without further reply. Wish that you've already fixed your issue. Feel free to reopen for further help.
在训练的过程中,有这样的问题: