Skip to content
Snippets Groups Projects
Commit 516c7eb1 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Do not automatically use external annotations

parent cbe36aaf
No related branches found
No related tags found
1 merge request!64Add support for external annotations in replaymobile
...@@ -92,7 +92,7 @@ class ReplayMobilePadDatabase(PadDatabase): ...@@ -92,7 +92,7 @@ class ReplayMobilePadDatabase(PadDatabase):
protocol='grandtest', protocol='grandtest',
original_directory=rc['bob.db.replaymobile.directory'], original_directory=rc['bob.db.replaymobile.directory'],
original_extension='.mov', original_extension='.mov',
annotation_directory=rc['bob.db.replaymobile.annotation_dir'], annotation_directory=None,
annotation_extension='.json', annotation_extension='.json',
annotation_type='json', annotation_type='json',
**kwargs): **kwargs):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment