-
For the prototype / dev version, we treat all obstacles as cutlines. In a later stage, we may either introduce a new layer in the schematisation (clone_cell_cutline) or add a boolean attribute to the …
-
Thank you very much for your work! My FrozenOpenCLIPImageEmbedderV2 reports an error saying there is no attribute 'input_patchnorm'. Since I manually downloaded the model open_clip_pytorch_model.bin i…
-
The problem:
Shown in the image is the output of Recast `generateSoloNavMesh()... getDebugNavMesh()`. The triangulation seems fine (if not a little needlessly heavy across some edges, but I'll pre…
-
- [x] are you running newest version (version from docs) ?
- [ ] can you reproduce the bug with a fresh environment ? (`]activate --temp; add Makie`)
- [ ] What platform + GPU are you on?
MWE:
`…
-
For things like allbastards.com and, well, just about any NFT retail site at this time there is a 2D grid lists of NFTs. We need to play nice with those. So, a normally "clumpy" hypermap needs to be m…
-
can we add connect all the joints using line and update lines with points in 2D and 3D?
-
Hi there
I have successfully run the algebraic model, but have a problem with points in 3D. The attached image shows the points in the image in the correct place (all joints) but the 2d keypoints …
-
### What
Smooth App should support 2D barcodes - more specifically ["GS1 DataMatrix" and "GS1 QR Code"](https://www.gs1.org/standards/barcodes/2d).
This includes support for barcodes that contain the…
hangy updated
2 weeks ago
-
Various important functions can be added for tasks such as:
- Finding the distance between **two points** ( in vector form, 2D and 3D)
- Finding the distance between **a point and a line** ( in …
-
There are N points on the 2D plane, i-th of which is located on (xi,yi)(xi,yi). There can be multiple points that share the same coordinate. What is the maximum possible Manhattan distance between two…