Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nikhil_rayaprolu
food-pytorch-baseline
Commits
25bae578
Commit
25bae578
authored
Apr 03, 2020
by
nikhil_rayaprolu
Browse files
Update htc_r50.py
parent
1d97912f
Changes
1
Hide whitespace changes
Inline
Side-by-side
configs/htc_r50.py
View file @
25bae578
...
...
@@ -181,7 +181,7 @@ test_cfg = dict(
keep_all_stages
=
False
)
# dataset settings
dataset_type
=
'CocoDataset'
data_root
=
'
/ssd_scratch/cvit/nikhilnew/crowd/data
/'
data_root
=
'
data/coco
/'
img_norm_cfg
=
dict
(
mean
=
[
123.675
,
116.28
,
103.53
],
std
=
[
58.395
,
57.12
,
57.375
],
to_rgb
=
True
)
albu_train_transforms
=
[
...
...
@@ -312,6 +312,6 @@ total_epochs = 30
dist_params
=
dict
(
backend
=
'nccl'
)
log_level
=
'INFO'
work_dir
=
'./work_dirs/htc_r50_fpn'
load_from
=
'
/home/vamsi.muthireddy/
htc_r50_fpn_20e_20190408-c03b7015.pth'
load_from
=
'htc_r50_fpn_20e_20190408-c03b7015.pth'
resume_from
=
None
workflow
=
[(
'train'
,
1
)]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment