Open 00sapo opened 10 months ago
Anyway, here is my fork, which is pip-installable (only for inference): https://github.com/00sapo/CoordFill
Any successful requirements.txt ? I'm quite confused about the dependency for this project. Just need to run this for comparison, but the compiling keep failing. If the dependency for https://github.com/00sapo/CoordFill can be provided, this is also ok. @00sapo
Hi, my repository is installable via pip. Dependencies are listed in the project.toml. It's weird I have to answer for someone else's paper 🤔
Hi, my repository is installable via pip. Dependencies are listed in the project.toml. It's weird I have to answer for someone else's paper 🤔
Thanks! I guess I should consult you under your repo about its dependencies, I was not sure about it at that time. My appologies. Again, thanks so much for your help!
The project is not reproducible since Ipython 8 requires python >= 3.8, but opencv 3.* requires python <= 3.7.
Also, Pillow and rawpy have a misleading version number, that is not installable in Python 3.6 (I haven't tried with the other Python versions).
Further, the package
skimage
stops the installation saying to installscikit-image
.Last but not least,
torch==1.8.1+cu101
andtorchvision=0.9.1+cu101
don't exist in the standard repositories (pypi.org)Have you used conda or some other non-standard distribution? If so, you should upload the
environment.yml
...A
requirements.txt
that maybe works with standard Python 3.6, but for me can't compilepycocotools
: