Johannes Roth
Johannes Roth
Hi @omoindrot, I implemented your proposed solution, but batch generation is extremely slow for a big number of classes. Any ideas why this is and how to circumvent it?
- Example snippets repeat alot of code, I think a general overview about what models are available and one example for how to call the extractor should be sufficient
Suggestion: Let user provide either `None` for all modules, `str` for single module or `List` for multiple modules. This should also probably come after #74.
I think making extracting all modules more explicit makes sense, otherwise you could just do it by accident. Maybe the best option would be to only allow `List[str]` and if...
Implemented in #69 , but tests are still missing.
I think this is also related to the custom methods defined here: https://github.com/ViCCo-Group/thingsvision/blob/master/thingsvision/core/extraction/helpers.py#L58