Alan Silva
Alan Silva
Why don't make nnUNetv2_predict to convert any input image to grayscale without alpha? Or at least throw a error message more meaningful rather than this blant `IndexError: list index out...
Is there a recipe somewhere to build sharp with PPM support? I've followed https://sharp.pixelplumbing.com/install for my basic node installation. My platform is Ubuntu 20.04.3 LTS x86_64.
I'm trying, I've installed Ubuntu libvips and its tools, so with `nip2` I can open PPM files, I guess then ubuntu libvips supports PPM. Then I tried: ```bash npm install...
I removed `sharp`, started with with a new `nodejs`, build `/usr/local/include/vips`, did `npm install -g sharp-cli --build-from-source --verbose` and after some error interaction I've installed all the `lib*-dev` that was...
I'm wondering which lib provides `avif`. I mean, should I have to build `libvips` with `avif` support?
I'm having slowness in general when using vscode-remote. I had downgraded to 1.87.2 and it was much better. Sorry, it's so frustrating to work with Vscode sometimes...
Hi, I need help, I have a similar issue, using `poetry 1.8.2` and `poetry-plugin-export (1.7.1)`. ``` poetry export --without-hashes --format=requirements.txt | sed 's#file:///.*/heyex-pipe/#file:///var/task/#g' > requirements.txt Dependency walk failed at urllib3...
```log Warning: Validation of the RECORD file of mediapipe-0.10.13-cp310-cp310-macosx_11_0_universal2.whl failed. Please report to the maintainers of that package so they can fix their build process. Details: In /Users/xxxxx/Library/Caches/pypoetry/artifacts/ab/9b/78/31170a9938a42e9150f96e6946f8a5534384af6a8e509cf114c11dd6e3/mediapipe-0.10.13-cp310-cp310-macosx_11_0_universal2.whl, mediapipe/version.txt is...
I'd definitely love to have GPT4 in the Editor view. And to what extension can GPT4 API be compared to Chat GPT Plus? Is there a way of passing images?
I'm trying to use `keychain` on my Mac. I did: ```sh UV_PREVIEW_FEATURES=native-auth uv auth login https://www.reportlab.com/pypi/ ``` entered login and password and I can see in keychain an entry:`uv:https://www.reportlab.com/pypi/` Then...