Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenPCDet
Commits
7e8bbe26
"googlemock/git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "41b539941f8563e00dff5fc9d01510cb02d6467d"
Unverified
Commit
7e8bbe26
authored
Aug 22, 2022
by
Shaoshuai Shi
Committed by
GitHub
Aug 22, 2022
Browse files
bugfixed (recently PR): eval_one_epoch args (#1074)
parent
3f70cbc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/test.py
tools/test.py
+1
-1
No files found.
tools/test.py
View file @
7e8bbe26
...
...
@@ -119,7 +119,7 @@ def repeat_eval_ckpt(model, test_loader, args, eval_output_dir, logger, ckpt_dir
# start evaluation
cur_result_dir
=
eval_output_dir
/
(
'epoch_%s'
%
cur_epoch_id
)
/
cfg
.
DATA_CONFIG
.
DATA_SPLIT
[
'test'
]
tb_dict
=
eval_utils
.
eval_one_epoch
(
cfg
,
model
,
args
,
test_loader
,
cur_epoch_id
,
logger
,
dist_test
=
dist_test
,
cfg
,
args
,
model
,
test_loader
,
cur_epoch_id
,
logger
,
dist_test
=
dist_test
,
result_dir
=
cur_result_dir
)
...
...
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