Skip to content

Commit f83b6ca

Browse files
author
Thinh Nguyen
authored
Merge pull request #14 from tdincer/main
2 parents eb4d7f8 + d67fd86 commit f83b6ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

element_facemap/facial_behavior_estimation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,8 @@ class Summary(dj.Part):
322322

323323
def make(self, key):
324324
dataset, _ = get_loader_result(key, FacemapTask)
325+
# Only motion SVD region type is supported.
326+
dataset["rois"] = [x for x in dataset["rois"] if x["rtype"] == "motion SVD"]
325327

326328
self.insert1(key)
327329

0 commit comments

Comments
 (0)