Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
food-pytorch-baseline
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nikhil_rayaprolu
food-pytorch-baseline
Commits
25bae578
Commit
25bae578
authored
Apr 03, 2020
by
nikhil_rayaprolu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update htc_r50.py
parent
1d97912f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
configs/htc_r50.py
configs/htc_r50.py
+2
-2
No files found.
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