-
Hey @a-r-j, just pinging back here as promised yesterday with what probably could be considered a design doc for Graphein. I'm excited about this! I also know that my memory is gradually degrading as …
-
Hi there,
while testing segmentation with LCCP and the recent CPC, I always observe some out-of-order small blobs in the middle of larger segments, which are not tackled by mergeSmallSegment.
I've do…
-
## Problem Description:
BGP command `neighbor x.x.x.x soft-reconfiguration inbound` works incorrectly.
## OpenSwitch version:
OpenSwitch 0.4.0 (Build: appliance-ops-0.4.0-master-20161024113601-dev…
-
on relatively large graphs (n > ~10k) with colocated points, the clique expansion function can get really slow. After cutting it short a few times, I think [this for-loop](https://github.com/pysal/lib…
-
From the figures in paper, the vertex `v1` is connect to `v2` and `v0` in the ED, and there is another edge between `v1` and its according vertex `v1'` in the `ES`. But after I read the code, it seems…
-
Hi! Thanks for your nice work!
I have some question when testing your algorithm on `chair` meshes from `ShapeNet`
I experiment with `vertex cluster` and `edge collapse` but neither of them works…
-
For now, aa2709e3d40534976aeb428364f0a87c5ab79cd4 has fixed major bugs with threaded comments. The current implementation of threaded comments follows an adjacency list model.
Just an idea:
- Take…
-
I can not run the test code successfully. The error is :
Traceback (most recent call last):
File "test.py", line 251, in
main()
File "test.py", line 118, in main
validate(test_loader…
-
Hello, I'm trying to read a simple triangle cube with 8 verts and 12 faces, but mesh.vertices show 24 verts instead.
```
>>> import trimesh as tm
>>> mesh = tm.load("test.obj")
>>> mesh
```
[t…
-
**1. Problem**
_Assuming we need every locality in groups of minimum N localities, how can we distribute « de » so that every group has – roughly – the same ratio between group sum and group size ?…