Anthony Khong
Anthony Khong
Hi @mobily, the library looks really interesting! I'm quite interested in trying it out for future projects. I just have a couple of questions about certain functions, and I hope...
The following Dockerfile builds okay: ``` FROM pytorch/pytorch:1.5.1-cuda10.1-cudnn7-runtime RUN apt-get update && apt-get install -y build-essential git RUN git clone https://github.com/CharlesShang/DCNv2 \ && cd DCNv2 \ && ./make.sh ``` However,...
I had a hard time Dockerising this library. I thought this would be useful for other people on the same boat.
Hello. Whenever I run `pymagsac.findHomography' with `use_magsac_plus_plus=True` I always get really verbose prints: ``` Setting the core number for MAGSAC++ is deprecated. Setting the partition number for MAGSAC++ is deprecated....
Here's the failed job: https://app.circleci.com/pipelines/github/cljdoc/builder/8138/workflows/ecc92520-4684-4131-9c2e-c0300101860c/jobs/24515 Specifically it says "Could not find artifact com.github.fommil.netlib:all:jar:1.1.2", but the build works locally and on Github actions. The project.clj can be found here: https://github.com/zero-one-group/geni/blob/develop/project.clj. I...
- Extract 'Why _fxl.js_?' and add 'what problem is it solving'. - Review example code and screenshots.