gt2ming

Results 7 comments of gt2ming

I also encountered this problem when using the Baidu Geocoder API

I fix up this problem by this article. https://blog.csdn.net/BarryA11en/article/details/132894702 If you need to change GCC/G++ version, you can refer to this article. https://blog.csdn.net/qq_37346140/article/details/127686966

有同样的需求,暂时还不知道怎么解决。尝试调整bbox_shift值为-9,使用无声音的音频,使用“嗯嗯、嘻嘻”的声音,均无法解决问题

> I solve this error on Colab by changing std=c++14 to std=c++17 in the setup.py (line 8&14) and backend.py (line 7&13) inside freqencoder folder. Same operation for gridencode, shencoder, raymarching...