-
Notifications
You must be signed in to change notification settings - Fork 5
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
Image reader #61
Image reader #61
Conversation
Codecov Report
@@ Coverage Diff @@
## master #61 +/- ##
=======================================
Coverage 86.54% 86.54%
=======================================
Files 10 10
Lines 617 617
=======================================
Hits 534 534
Misses 83 83 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Co-authored-by: Piyush Yadav <piyush13y@gmail.com>
@bhaskar2443053 If you look at the logs pertaining to your commits where you change the version in the setup file, it says we are still installing Try adding |
Hi @Piyush13y I tried out your suggestion, but it gives a new error. I also tried fast-deps, but this is also failing cl jobs. |
@bhaskar2443053 On downgrading the importlib-metadata library, flake8 was working fine. I have removed the redundant resolver from test installation too now. You can look at the issues in the pipeline checks now, should be resolvable. Let me know if you face any other issues. |
great the importlib-metadata issue is solved. I also resolved the type ignore issue from reader. Now all cl has passed. |
This PR fixes #59
Description of changes
This a new x-ray image reader built for image classification task
Possible influences of this PR.
this reader needs forte 0.3.0.dev2 version to support image payload.
Test Conducted
Describe what test cases are included for the PR.