vislearn / dsacstar

DSAC* for Visual Camera Re-Localization (RGB or RGB-D)
BSD 3-Clause "New" or "Revised" License
235 stars 36 forks source link

Why test.py doesn't support mode 0? #7

Closed chudur-budur closed 3 years ago

chudur-budur commented 3 years ago

Let's say if I want to apply DSAC in mode 0, how do I test the trained model?

ebrach commented 3 years ago

Hi,

for testing, mode 0 and mode 1 are the same, meaning that the input is an RGB image for both cases. That's why the test script knows only mode 1, and you would test a mode-0-model with mode 1. Sorry for the confusion!