Vincent Lordier

Results 8 issues of Vincent Lordier

How can I use FEL on my own ontology, rather than using wikipedia ?

In /text/__init__.py StopIteration gets raised every time ``` def _read(path, encoding="utf-8", comment=";;;"): """ Returns an iterator over the lines in the file at the given path, strippping comments and decoding...

Build error of Dockerfile from `docker build -t dataturks .` `Step 15/52 : COPY $LOCAL_DOCKER_DIR/onprem-dataturks.com.conf /etc/apache2/sites-available/` getting `COPY failed: stat /var/lib/docker/tmp/docker-builder768921205/hope/docker/onprem-dataturks.com.conf: no such file or directory`

I am getting a ` 'Unexpected output type from the model: {}'.format(type(outputs)))` and I wonder if I need to do something to prepare my Chainer model (output layer naming or...

I'm wondering whether HexagDLy could be used for processing of spherical images by interpolating the weights of networks trained on perspective images. In [Orientation-Aware Semantic Segmentation on Icosahedron Spheres](http://mi.eng.cam.ac.uk/~cipolla/publications/inproceedings/2019-ICCV-Segmentation-Icosahedron.pdf) it...

Do you foresee any issue with leveraging MobileStyleGAN as a drop-in to StyleGan2 ? It's almost 10x faster [MobileStyleGAN Github](https://github.com/bes-dev/MobileStyleGAN.pytorch) [Side by side comparison video](https://www.youtube.com/watch?v=_yrOA4YIuj4)

a bit of code cleanup & comments to make the code bit more accessible, no functional changes

directly inspired by the [example here](https://huggingface.co/lllyasviel/control_v11f1e_sd15_tile#example)