Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi and here is a summary for new updates in this PR
In this PR, changlin add MOT configuration, with following fields:
Assumptions: By now the given data has no occlusion issues. And all labeling are visible.
Considering that we may need inference result of detection, set conf=1 to match inference and set ignore = 0 and visibility_ratio = 1 to use all annotations
carema_id and frame_id are extracted automatically from folder and filename
In MTMC we may need to consider how multiple caremas associate together.
So we split dataset after merging all annotations and image.
This requires a refactor of the current annotation structures.
Tree structure for MOT:
-------test-folder
--------------camera_id1
---------------------gt
----------------------------coco.json
---------------------img
----------------------------0001.jpg
----------------------------0002.jpg
--------------camera_id2
---------------------gt
----------------------------coco.json
---------------------img
----------------------------0001.jpg
----------------------------0002.jpg
@yiakwy Can you please have a look to see if it is okay to merge? Thank you.