-
Hi ,
I am facing this import error issue while running particlesfm
ImportError: /home/xyz/Downloads/particle-sfm/point_trajectory/optimize/build/particlesfm.cpython-37m-x86_64-linux-gnu.so: und…
-
```
compiler/codegen (3) \| failed at 2022-07-09T10:31:22.148
| Test Failed at /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/d…
-
When creating a connection I get this method error:
```julia
connect(
MySQL.Connection,
ENV["DB_HOST"],
ENV["DB_USER"],
ENV["DB_PASS"];
unix_socket,
db = ENV["DB_NAME"]…
-
Built 708d1bdb36 (01/08/23) successfully. `make testall` reports success.
Howerver, immediately after completion, one of the workers returns:
```
From worker 11: julia(54587,0x16e22b000) ma…
-
Hello,
I am trying to compile this module but I get this errors:
```
`Errors
-
when I used kalibr calibrate imu and camera ,it appeared " RuntimeError: Optimization failed!",my imu frequency is 60hz and camera requency is 20hz.
The message printed by the terminal is as follows…
-
I recently realized that the code in prioritizr for calculating feature representation was wasteful in terms of memory, because it needelessly stored data in a regular sparse matrix format -- when a s…
-
Cupy import error. I have given the path though unable to include the module.
missing module named org - imported by copy (optional)
missing module named grp - imported by shutil (optional), tar…
-
Hi, i've installed Ceres,Colmap,and met this error:
```
pip install -e .
× python setup.py develop did not run successfully.
│ exit code: 1
╰─> [145 lines of output]
running develop
/h…
-
Hi,
According to the documentation, FMT is optional library but when building with CMAKE with Use_Basic_Logging flag true, I can see common.hpp is still looking for FMT headers. I can not use Sophu…