forked from floratest1/SpireCV
fix
This commit is contained in:
parent
83bf2f9656
commit
b52645c3a6
|
@ -32,7 +32,7 @@ CameraAlgorithm::CameraAlgorithm()
|
|||
// this->_allocator = NULL;
|
||||
this->_t0 = std::chrono::system_clock::now();
|
||||
|
||||
this->alg_params_fn = _get_home() + SV_ROOT_DIR + "params/a-params/sv_algorithm_params.json";
|
||||
this->alg_params_fn = _get_home() + SV_ROOT_DIR + "confs/sv_algorithm_params.json";
|
||||
// std::cout << "CameraAlgorithm->alg_params_fn: " << this->alg_params_fn << std::endl;
|
||||
// if (_is_file_exist(params_fn))
|
||||
// this->loadAlgorithmParams(params_fn);
|
||||
|
|
Loading…
Reference in New Issue