Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Module 4
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
Releases
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Service
Module 4
Compare revisions
6bc06847265c0181c8c116eb1e0f06cd34ea4610 to ec518dfbf9fe31426a59aea70ec90a32bbb451fb
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
serviece/module-4
Select target project
No results found
ec518dfbf9fe31426a59aea70ec90a32bbb451fb
Select Git revision
Branches
develop
main
Swap
Target
serviece/module-4
Select target project
serviece/module-4
1 result
6bc06847265c0181c8c116eb1e0f06cd34ea4610
Select Git revision
Branches
develop
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
path
· 9a2ca1ab
L0ckR
authored
10 months ago
9a2ca1ab
Merge branch 'develop' of
https://gitlab.mai.ru/serviece/module-4
into develop
· ec518dfb
L0ckR
authored
10 months ago
ec518dfb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
desktop_app/app.py
+1
-1
1 addition, 1 deletion
desktop_app/app.py
with
1 addition
and
1 deletion
desktop_app/app.py
View file @
ec518dfb
...
...
@@ -24,7 +24,7 @@ class MainWindow(QWidget):
self
.
initUI
()
# Инициализация модели YOLO
self
.
model
=
YOLO
(
'
models/best.pt
'
)
self
.
model
=
YOLO
(
'
../
models/best.pt
'
)
self
.
model
.
conf
=
0.5
# Установка порога уверенности для детекции
def
initUI
(
self
):
...
...
This diff is collapsed.
Click to expand it.