Skip to content
Snippets Groups Projects
Commit 763b0b70 authored by Lucas Miranda's avatar Lucas Miranda
Browse files

Expanded circular_arena_recognition to detect the median arena across n frames...

Expanded circular_arena_recognition to detect the median arena across n frames (the minimum between 100 and the length of the video, by default) using a cnn
parent 110ce850
No related branches found
No related tags found
No related merge requests found
Pipeline #97204 canceled
......@@ -19,6 +19,7 @@ import os
import pandas as pd
import regex as re
import seaborn as sns
import tensorflow as tf
import warnings
# Ignore warning with no downstream effect
......@@ -1051,7 +1052,7 @@ def rule_based_video(
recog_limit,
coordinates._arena,
detection_mode=coordinates._arena_detection,
cnn_model=self._ellipse_detection_model,
cnn_model=coordinates._ellipse_detection_model,
)
corners = frame_corners(h, w)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment