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):
|
def main(datapath: str):
|
||||||
|
|
||||||
foldernames = [
|
foldernames = [
|
||||||
datapath + x + '/' for x in os.listdir(datapath) if os.path.isdir(datapath+x)]
|
datapath + x + '/' for x in os.listdir(datapath) if os.path.isdir(datapath+x)]
|
||||||
foldernames, _ = get_valid_datasets(datapath)
|
foldernames, _ = get_valid_datasets(datapath)
|
||||||
for foldername in foldernames[1:2]:
|
|
||||||
|
for foldername in foldernames[3:4]:
|
||||||
# foldername = foldernames[0]
|
# foldername = foldernames[0]
|
||||||
if foldername == '../data/mount_data/2020-05-12-10_00/':
|
if foldername == '../data/mount_data/2020-05-12-10_00/':
|
||||||
continue
|
continue
|
||||||
|
Binary file not shown.
@ -50,7 +50,7 @@ blockverticalspace=2mm, colspace=20mm, subcolspace=0mm]{tikzposter} %Default val
|
|||||||
\noindent
|
\noindent
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\setlength\itemsep{0.5em}
|
\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.
|
\item Experiment had a 3 hour long darkphase and a 3 hour long light phase.
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user