Skip to content

Commit 564eeda

Browse files
committed
update documentation
1 parent 84c83b1 commit 564eeda

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

modules/dense_correspondence_manipulation/change_detection/change_detection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ def from_data_folder(data_folder, config=None, globalsDict=None, background_data
476476
Creates a ChangeDetection object from a data_folder which contains the
477477
3D reconstruction and the image files
478478
479-
:param data_folder:
479+
:param data_folder: This should point to the `processed` subfolder of a top level log folder
480480
:param config:
481481
:param globalsDict:
482482
:return:

modules/dense_correspondence_manipulation/scripts/run_change_detection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import dense_correspondence_manipulation.utils.utils as utils
88
from dense_correspondence_manipulation.utils.constants import *
99
from director.timercallback import TimerCallback
10+
1011
"""
1112
Runs change detection to compute masks for each image
1213
"""

0 commit comments

Comments
 (0)