Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RAVEN2YOLO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stephane Chavin
RAVEN2YOLO
Merge requests
!2
Main patch 623a
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
Main patch 623a
main-patch-623a
into
main
Overview
0
Commits
3
Pipelines
0
Changes
1
Closed
Stephane Chavin
requested to merge
main-patch-623a
into
main
2 years ago
Overview
0
Commits
3
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
f94c08af
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
f94c08af
add frequency calculation
· f94c08af
Stephane Chavin
authored
2 years ago
get_time_detection.py
+
1
−
0
View file @ f94c08af
Show full file
@@ -22,6 +22,7 @@ annots = args.path_to_data
today
=
date
.
today
()
out_file
=
str
(
'
YOLO_detection
'
+
str
(
'
_
'
+
str
(
today
.
day
)
+
'
_
'
+
str
(
today
.
month
)))
outdir
=
args
.
directory
df
=
pd
.
concat
({
f
:
pd
.
read_csv
(
os
.
path
.
join
(
annots
,
f
),
sep
=
'
'
,
names
=
[
'
espece
'
,
'
x
'
,
'
y
'
,
'
w
'
,
'
h
'
])
Loading