-
The following error message (1) has something to do with flownet not being able to determine the convex hull in a particular case. Flownet needs at least 5 wells for the algorithm to be able to work. …
-
Hi siddharth,
Thank you for the code. Very good concept & implementation.
To perform volumetric meshing, each grain has to be a closed surface. But from the smoothing process we obtain **grains o…
-
I used the config and script in repo, but get errors
python3 train.py \
--config experiments/human36m/train/human36m_alg.yaml \
--logdir ./logs
do I miss something? the error shown as below
…
-
Hi, thanks for sharing your work.
I notice that, you show the 3D line reconstruction result in your oral presentation video(https://www.youtube.com/watch?v=HadE8YnCIRw), it looks great. Is that pos…
-
Thank you very much for your open source. I would like to ask about the scale of external references:
① Is the camera extrinsic pose obtained with a scale, or is it like colmap, with no scale factor?…
-
Section 5.4 in _[Computational Circle Packing: Geometry and Discrete Analytic Function Theory](https://trace.tennessee.edu/cgi/viewcontent.cgi?article=1736&context=utk_graddiss)_ mentions the lineariz…
-
Firstly, I want to express my appreciation for your exceptional work.
I've been working with your model on a Waymo sequence, using the data provided via Google Drive.I have trained the model on wa…
skrya updated
6 months ago
-
Hey all,
I am trying to use this repository for the first time, and followed the Python documentation to test a pointcloud of my own. But I could not get any planes in the output. This might be a kw…
-
it is known issue that in case of 3 or 4 cameras when one camera is losing bulb then we have tiny jump. this is caused by fact that position is calculated as average of individual interpolation of eac…
-
Hi, I wonder how you dealt with the distortion of cameras.
The given distortion parameter is too small, so using 1st order radial distortion, that parameter seems like the system is undistorted at …