Skip to content
Snippets Groups Projects
Commit 7d75f156 authored by wanggh's avatar wanggh
Browse files

begin voc on gpu3

parent ffe0c5c6
No related branches found
No related tags found
1 merge request!2Gpu3
# dataset settings # dataset settings
dataset_type = 'VOCDataset' dataset_type = 'VOCDataset'
data_root = 'data/VOCdevkit/' #data_root = 'data/VOCdevkit/'
data_root = '/opt/Dataset/VOCdevkit/'
img_norm_cfg = dict( img_norm_cfg = dict(
mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], to_rgb=True) mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], to_rgb=True)
train_pipeline = [ train_pipeline = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment