-
Evaluation of the trajectory error is failing for Replica dataset.
Environment was builded using docker-compose.yml.
Here is the log:
```
root@713cf4ce749b:/workspace/Splat-SLAM# python run.py…
-
Hello,
I use replica dataset on habitat-smi.
Replica dataset give me a presegmentation point cloud file contain 101a classes.
I was wondering if there is a way to make a new semantic segmentation…
-
```
Dear all,
I run the intersect by the following command:
intersect aa.ply A_MINUS_B bb.ply >cc.ply
The program gave error message:
uncontained hole loop does not share vertices with any face loop…
-
```
Dear all,
I run the intersect by the following command:
intersect aa.ply A_MINUS_B bb.ply >cc.ply
The program gave error message:
uncontained hole loop does not share vertices with any face loop…
-
Plys Continue :/
-
Hi,
First of all, thank you for your work!!!
I am trying to load camera parameters from the _cameras.pkl_ file, and the mesh as a point cloud to use with Gaussian Splatting.
To do so, I wrote…
-
```
hungkhoaitay@Hungs-MacBook-Air in-summer-we-render % cargo instruments -t time --release --bin ply_to_png -- -i $plySource/binary_longdress/longdress_vox10_1223.ply -x 600 -w 400 -h 800 -o ouput.…
-
```
Dear all,
I run the intersect by the following command:
intersect aa.ply A_MINUS_B bb.ply >cc.ply
The program gave error message:
uncontained hole loop does not share vertices with any face loop…
-
`WARNING: yacc table file version is out of date` occurs multiple times within the TestTDRClient class.
The issue was isolated to the ply 3.10 library that is being used, when attempting to update t…
-
I've saved meshes from free hand-cutting volumes as `.ply` objects. When I open the `.ply` file as a `Mesh`, I am unable to define the color of the mesh. Any idea how to fix this? I tried .linecolor()…