liudongdong1
liudongdong1
/grt/GRT/CoreModules/MLBase.cpp:262:30: error: no ‘GRT::Float GRT::MLBase::getMinChange() const’ member function declared in class ‘GRT::MLBase’ Float MLBase::getMinChange() const{ ^~~~~ /home/ldd/project_computervision/grt/GRT/CoreModules/MLBase.cpp:316:42: error: no ‘bool GRT::MLBase::getRandomiseTrainingOrder() const’ member function declared in class ‘GRT::MLBase’ bool MLBase::getRandomiseTrainingOrder()...
speak() { alert("begin to speak,"); this.tts.speak({text: "你好,欢迎,向前走10米,路口右转,执行10米,在左转", locale: 'zh-CN'}) .then(() => console.log('Success')) .catch((reason: any) => console.log(reason)); }
i don't know how to transfer numpy (ndarray type) to c_float_Array_1024 structure, i read the seetaface python api, and see the compare_feature_np methods, so i use self.seetaFace.get_feature_numpy(feature2) to get numpy...
i try this project and i meet a problem at Vocabulary voc("small_voc.yml.gz");the error is as follows:OpenCV Error: Assertion failed (s >= 0) in cv::setSize, file C:\build\master_winpack-build-win64-vc14\opencv\modules\core\src\matrix.cpp, line 307 C:\build\master_winpack-build-win64-vc14\opencv\modules\core\src\matrix.cpp:307: error:...
Hi, thanks for your great work again. I am utilizing the SMPL-X-H32 model to process an online video featuring extensive hand movements. When attempting to transform the model's hand rotation...