We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26430a commit c2acba6Copy full SHA for c2acba6
test.py
@@ -184,7 +184,7 @@ def main(cfg, gpu):
184
cfg.DIR, 'decoder' + cfg.TEST.suffix)
185
186
assert os.path.exists(cfg.MODEL.weights_encoder) and \
187
- os.path.exists(cfg.MODEL.weights_encoder), "checkpoint does not exitst!"
+ os.path.exists(cfg.MODEL.weights_decoder), "checkpoint does not exitst!"
188
189
# generate testing image list
190
if os.path.isdir(args.imgs[0]):
0 commit comments