Small changes to mapper.
This commit is contained in:
parent
a3b5e37999
commit
d1c63535fc
|
@ -323,7 +323,7 @@ int main(int argc, char** argv) {
|
|||
std::this_thread::sleep_for(std::chrono::milliseconds(50));
|
||||
}
|
||||
} else {
|
||||
optimize();
|
||||
//optimize();
|
||||
detect();
|
||||
match();
|
||||
tracks();
|
||||
|
|
Loading…
Reference in New Issue