Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handled cases when no landmark in some of the frame in videos. #13

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

xulanggu
Copy link
Collaborator

@xulanggu xulanggu commented Feb 9, 2025

Libreface will be able to handle input videos, in which only partial of the frames of the video has detectable landmarks. This should address issue11,

Notice: the command line tool of libreface may not be fixed yet in this commit

@@ -73,14 +73,16 @@ def list_reqs(fname='requirements_new.txt'):
include_package_data=True,
license=license,
entry_points={
'console_scripts': 'libreface=libreface.commandline:main_func'
'console_scripts': [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you change this to a list? Was it not working without the [] list?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this change was made during the previous issues with testpypi,
Now after addressing the issue I believe changing this to a list won't have any difference with the previous version,
but at least it passes all the tests after this change so I just remain it there as it is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants