Merge branch 'master' of https://whale.am28.uni-tuebingen.de/git/raab/GP2023_chirp_detection
This commit is contained in:
commit
4697bee490
@ -19,11 +19,11 @@ logger = makeLogger(__name__)
|
||||
|
||||
|
||||
def main(datapath: str):
|
||||
|
||||
foldernames = [
|
||||
datapath + x + '/' for x in os.listdir(datapath) if os.path.isdir(datapath+x)]
|
||||
foldernames, _ = get_valid_datasets(datapath)
|
||||
for foldername in foldernames[1:2]:
|
||||
|
||||
for foldername in foldernames[3:4]:
|
||||
# foldername = foldernames[0]
|
||||
if foldername == '../data/mount_data/2020-05-12-10_00/':
|
||||
continue
|
||||
|
Binary file not shown.
@ -50,7 +50,7 @@ blockverticalspace=2mm, colspace=20mm, subcolspace=0mm]{tikzposter} %Default val
|
||||
\noindent
|
||||
\begin{itemize}
|
||||
\setlength\itemsep{0.5em}
|
||||
\item Two fish compete for one hidding place in one tank.
|
||||
\item Two fish compete for one hiding place in one tank.
|
||||
\item Experiment had a 3 hour long darkphase and a 3 hour long light phase.
|
||||
\end{itemize}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user