Uploading MOT annotation for a task with multiple jobs. #7964
Unanswered
corentin87
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
To start, thanks for the tool it is great!
I've created a tracking annotation project with one task. I've split my task into 5 jobs (video based). Each job is 1000 frame.
However, I can't find an easy way of importing pre-generated annotation in
MOT
format into the task.Upload annotation
-> it is failingExport task dataset
and upload it again usingUpload annotation
-> it is failing (is that normal?)gt.txt
into 5gt.txt
with range[0-1000], [1001, 2000] etc..
. and import annotation usingImport annotations
-> it is failinggt.txt
into 5gt.txt
with range[0-1000], [0, 1000] etc..
. and import annotation usingImport annotations
-> it is working.The last options is working but It's a lot of pre-processing steps to split the
gt.txt
and reset the frame range for each file.Am I missing something?
Thanks,
Corentin
Beta Was this translation helpful? Give feedback.
All reactions