Pasquale Lisena
Pasquale Lisena
Hello, I am using MTCNN to extract faces from a big set of images (basically the training set of a face classification system). My code is more or less like...
I am using MTCNN with Tensorflow 2 and Flask. I am facing this issue: https://github.com/keras-team/keras/issues/13353 I don't face the problem if I change in [`factory.py`](https://github.com/ipazc/mtcnn/blob/master/mtcnn/network/factory.py#L26) ```python from keras.layers import Input,...
The visualiser may be connected to a thesaurus of people with an autocomplete feature. Some proposals for thesauri: - Wikidata - INA
Wikimedia Commons is a great source of pictures, often together with the year. Examples: [Frans Timmermans](https://commons.wikimedia.org/wiki/Frans_Timmermans), [Brigitte Bardot](https://commons.wikimedia.org/wiki/Category:Brigitte_Bardot). In addition to Google Images, the crawler may benefit also of those...
- [ ] Top2Vec: https://arxiv.org/abs/2008.09470 with github at https://github.com/ddangelov/Top2Vec and REST API https://github.com/ddangelov/RESTful-Top2Vec - [ ] BERTopic: https://github.com/MaartenGr/BERTopic
Ok basically LFTM uses gloves embeddings, when available, stripping out the words that are not included in the preprocessed embedding. When a line does not include any word in the...
When I try to setup swagger to serve the UI from root `/` (rather than `/api/docs`): ```python api_doc(app, config_path='swagger.yml', url_prefix='', title='API title') ``` I get the following error: ``` Traceback...
We should start to add all the [documentation](https://docs.google.com/document/d/1BTA1WGaEfhcnS-45e2RJ77dZiQDBahDHiqNgx4xl1Lw) to the ttl file. This includes also the translation in English of the documentation
Parts of IAML MoP vocabulary describe indeed functions: - [Conductors](http://data.doremus.org/vocabulary/iaml/mop/q) and narrower - [Other performers](http://data.doremus.org/vocabulary/iaml/mop/z) and narrower Most of them are already in the function vocabulary ([table](https://docs.google.com/spreadsheets/d/1ina81P-i_5Y8vyv4mEaNoz1zTcIVQhF5vyhedgkGNFI)), so I suppose...