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.
Hello Dr. David,
While testing DeepSort with COCO_133, I noticed a poor connection between the Lwrist and Mouth nodes. Upon further investigation, I realized that the face should have 68 keypoints, but the current COCO_133 in the skeleton.py contains 69. I suspect this discrepancy may have caused the issue.
To test this hypothesis, I removed the last mouth node (Mouth21). As a result, the tracking now appears to be working more reasonably!
Current version: 69 face keypoints (Jaw1 (id=13) to Mouth21 (id=91))
![image](https://private-user-images.githubusercontent.com/144449115/411848968-f3b35fcd-ef4a-4417-88b7-824a910a9c5b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2Mjc0MzcsIm5iZiI6MTczOTYyNzEzNywicGF0aCI6Ii8xNDQ0NDkxMTUvNDExODQ4OTY4LWYzYjM1ZmNkLWVmNGEtNDQxNy04OGI3LTgyNGE5MTBhOWM1Yi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQxMzQ1MzdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02ZDNhM2MwYzc4MzAwZTMyNjkwN2MzNzE4MDU4MDE5YzM1ZTg0NTE4MTdkMzNhYzJjMTliZWU4N2MxMDVhYWFjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.OmIY5AzQNMB7UNszlVUq5hGyNne0clQmNxvHT21_st0)
Modified version: 68 face keypoints (Jaw1 (id=13) to Mouth20 (id=90))
![image](https://private-user-images.githubusercontent.com/144449115/411849328-199c1b5b-14ca-4e1c-a273-b4f33f78fd69.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2Mjc0MzcsIm5iZiI6MTczOTYyNzEzNywicGF0aCI6Ii8xNDQ0NDkxMTUvNDExODQ5MzI4LTE5OWMxYjViLTE0Y2EtNGUxYy1hMjczLWI0ZjMzZjc4ZmQ2OS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQxMzQ1MzdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02M2ZlYTcwYmJmNjU5NGY0NTliMGM5ZjBiNDY1NGU0OGJlMTM3NmJhYWVkOWIyYmY4MjhhYWRhNGRhODg1N2ZmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.4lHasx2Q0FSDe_zF-qpSXNPp1BNfyXwNfQ0FfGjpahs)
Thanks for reading!
Best regards,
HunMin Kim