PRBonn / rangenet_lib

Inference module for RangeNet++ (milioto2019iros, chen2019iros)
MIT License
309 stars 72 forks source link

error when verbose #55

Closed ContinueLopo closed 11 months ago

ContinueLopo commented 1 year ago

Dear author, hello。 When I run the demo of rangenet_ lib, the following error occurred. I don't know how to solve it. Could you please help me take a look?

./devel/lib/rangenet_lib/infer -p /src/rangenet_lib/model/darknet53 -s /src/rangenet_lib/example/000000.bin --verbose
================================================================================
scan: /src/rangenet_lib/example/000000.bin
path: /src/rangenet_lib/model/darknet53/
verbose: 1
================================================================================
terminate called after throwing an instance of 'std::runtime_error'
  what():  Can't open cfg.yaml from /src/rangenet_lib/model/darknet53//arch_cfg.yaml
已放弃 (核心已转储)
small-jiang commented 11 months ago

这个问题解决了吗朋友?

small-jiang commented 11 months ago

@ContinueLopo 朋友你好,我遇到了一样的问腿,方便提示一下你是怎么解决的吗,感激!

boyang9602 commented 2 months ago

@small-jiang 我在semantic_suma里遇到类似问题,是模型路径错误的问题,你仔细检查一下路径 I met a similar problem in semantic_suma. It was due to the incorrect model path. You need to carefully check the path.