-
Notifications
You must be signed in to change notification settings - Fork 212
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !
@@ -472,63 +470,6 @@ def test_step(self, batch: Any, batch_idx: int) -> None: | |||
prog_bar=True, | |||
) | |||
|
|||
@predict_context | |||
def predict( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love it !
) -> "FaceDetectionData": | ||
return cls( | ||
predict_dataset=ImageClassificationFilesInput(RunningStage.PREDICTING, predict_files), | ||
input_transform=cls.input_transform_cls(predict_transform=predict_transform), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will have to move those to the new API in a future PR. Just a reminder.
flash_examples/integrations/labelstudio/video_classification.py
Outdated
Show resolved
Hide resolved
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report
@@ Coverage Diff @@
## master #1030 +/- ##
==========================================
- Coverage 87.12% 87.09% -0.03%
==========================================
Files 254 254
Lines 13790 13778 -12
==========================================
- Hits 12014 12000 -14
- Misses 1776 1778 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
What does this PR do?
Fixes #1004
Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃