Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dlss-hen-tracker-deepsort
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
adip00
dlss-hen-tracker-deepsort
Commits
dfb238a9
Commit
dfb238a9
authored
8 years ago
by
Nicolai Wojke
Browse files
Options
Downloads
Patches
Plain Diff
Fixed command in example (README)
parent
e6d1a98d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-1
3 additions, 1 deletion
README.md
with
3 additions
and
1 deletion
README.md
+
3
−
1
View file @
dfb238a9
...
@@ -54,7 +54,7 @@ The following example generates these features from standard MOT challenge
...
@@ -54,7 +54,7 @@ The following example generates these features from standard MOT challenge
detections. Again, we assume resources have been extracted to the repository
detections. Again, we assume resources have been extracted to the repository
root directory and MOT16 data is in
`./MOT16`
:
root directory and MOT16 data is in
`./MOT16`
:
```
```
python generate_detections.
n
py
python generate_detections.py
--model=resources/networks/mars-small128.ckpt \
--model=resources/networks/mars-small128.ckpt \
--mot_dir=./MOT16/train \
--mot_dir=./MOT16/train \
--output_dir=./resources/detections/MOT16_train
--output_dir=./resources/detections/MOT16_train
...
@@ -64,6 +64,8 @@ file in NumPy native format. Each file contains an array of shape `Nx138`,
...
@@ -64,6 +64,8 @@ file in NumPy native format. Each file contains an array of shape `Nx138`,
where N is the number of detections in the corresponding MOT sequence.
where N is the number of detections in the corresponding MOT sequence.
The first 10 columns of this array contain the raw MOT detection copied over
The first 10 columns of this array contain the raw MOT detection copied over
from the input file. The remaining 128 columns store the appearance descriptor.
from the input file. The remaining 128 columns store the appearance descriptor.
The files generated by this command can be used as input for the
`deep_sort_app.py`
.
## Highlevel overview of source files
## Highlevel overview of source files
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment