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

Global review #1

Closed
wants to merge 68 commits into from
Closed

Global review #1

wants to merge 68 commits into from

Conversation

Hartorn
Copy link
Member

@Hartorn Hartorn commented Dec 7, 2023

No description provided.

@Hartorn Hartorn self-assigned this Dec 7, 2023
README.md Outdated Show resolved Hide resolved
loreal_poc/datasets/base.py Show resolved Hide resolved
loreal_poc/datasets/dataset_300W.py Show resolved Hide resolved
loreal_poc/datasets/base.py Show resolved Hide resolved
loreal_poc/datasets/base.py Show resolved Hide resolved
loreal_poc/tests/performance.py Show resolved Hide resolved
loreal_poc/tests/performance.py Show resolved Hide resolved
super().__init__(model, n_landmarks=68, n_dimensions=2)

def predict_image(self, image):
return np.array(self.model.get_landmarks(np.array(image)))
Copy link
Contributor

@rabah-khalek rabah-khalek Dec 7, 2023

Choose a reason for hiding this comment

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

cast image into array in the dataset instead

Copy link
Contributor

Choose a reason for hiding this comment

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

to be taken care of in #5 (I'll mention it in my review)

@rabah-khalek
Copy link
Contributor

rabah-khalek commented Dec 9, 2023

Thanks @Hartorn for this review, I solved most your comments in the corresponding branches. I'll migrate two left comments to #5. This can be now closed.

For the traceability, I left replies on every comment.

rabah-khalek added a commit that referenced this pull request Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants