Daniil Pastukhov
Results
2
issues of
Daniil Pastukhov
Experiments exclude those that SKD doesn't allow to implement (e.g., multi-stage NN with non-mobilenet/yolo detector). I'll be working on fixing those limitations and then I'll add more examples. Todo: -...
At the moment, `LinkedinScraper.on` method doesn't allow class methods to be passed as a callback. Example: ```python class A: def __init__(self): self.scraper = LinkedinScraper(...) self.scraper.on(..., self.callback) def callback(self): ... ```...