Thomas Germer
Thomas Germer
Sure! Let me know if you find a way to reproduce the issue you were having.
I don't know if there is a way to modify mesh vertices directly, but it is possible to create a new mesh from vertices and faces. For example, to translate...
This error happens when the downloaded model has been corrupted for some reason. Here is the place where the error occurs: https://github.com/openai/CLIP/blob/a9b1bf5920416aaeaec965c25dd9e8f98c864f16/clip/clip.py#L70 Here are the links for the models: https://github.com/openai/CLIP/blob/a9b1bf5920416aaeaec965c25dd9e8f98c864f16/clip/clip.py#L30...
> For me, it's happening because the download is getting aborted prematurely. If that issue persists, you could try downloading the files with a different program which supports resuming of...
The images are not included directly for licensing reasons. They can be downloaded by running `python3 tests/download_images.py`. See https://github.com/pymatting/pymatting#testing
For legal reasons it is probably better to not download things unless the user wanted to do so. But I am not a lawyer and law is different all over...
https://github.com/poppinace/indexnet_matting#prepare-your-data
Unfortunately, when requesting the dataset from Brian Price, he will send you a license which you have to agree to first. That license prohibits distribution of the dataset. Maybe he...
You can indent your code block with four spaces, which will preserve the backticks. Note that RocketChat eats leading whitespace at the beginning of the message, so you have to...
It seems like [this pull request](https://github.com/odlgroup/odl/pull/1449) renamed FanFlatGeometry to FanGeometry. As a solution, I installed an older version of odl where the pull request had not been merged yet. ```...