-
Notifications
You must be signed in to change notification settings - Fork 21
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
Feature extraction for a single image #155
Comments
Closing the issue since I was able to make edits to the source code to allow for feature extraction on a single image. |
Reopening the issue here as a suggestion, I made edits to the source code on my local machine to allow feature extraction on a single image. The use case for this would be for performing image feature extraction in real time for model inference down stream. I am happy to contribute and add this to the package if I can get guidance on how to start or if thats something worth adding. |
Hi Dilon! Thanks for your suggestion. That may indeed be a useful addition. Feel free to open a PR and see whether all tests are passing. Ideally, you'd add a unittest for that addition to the |
@dillon-quan will you add a PR anytime soon? |
@LukasMut Thanks for the reminder. This has slipped my mind as my schedule has been busy. I dont think it will come anytime soon due to bandwidth. Im still hopeful that I can add this feature in. |
@dillon-quan would you be able to finally submit that PR? |
I did a dirty hack i.e squeezed to make sure it's a 4D tensor and it works. So anyone interested could potentially try this too. |
Hello,
I noticed that the package only works when extracting features for a directory of images but not for a single image. The error message that I get is shown down below. I was wondering if anyone can provide any suggestions on how to workaround this issue if I want to be able to generate feature extraction for a single image file. Thank you in advance!
The text was updated successfully, but these errors were encountered: