Open nabsiddiqui opened 2 years ago
Not really why this issue was closed. there is a comment that says nabsiddiqui mentioned this issue on Jul 15, 2022 https://github.com/programminghistorian/ph-submissions/issues/414
However there is nothing in issue #414 ("Lesson proposal...") related to the .addImage issue with Feature Extractor mentioned here.
I have similar issues and it has been very difficult to find the appropriate information with regards to whether addImage method can accept an array of images or an object with images and labels. Desperately need some clarification on this. I have found many comments and posts on various forums with folks having similar issues with this exact same .addImage method. Particularly in the use case where we are uploading image files instead of the video example. In addition to posting here I will open a new issue. Thanks!
Hello,
I am working on a simple example to classify Covid lungs based on a Kaggle dataset. I am only using the first 120 images for testing. I have looked through all the bugs, but I still can't seem to figure out how to add a p5 Image to a feature extractor. Currently, I receive the following error:
The following is my code: