语音合成生成的语音版权怎么算
我们想用在线的rest api 生成语音, 然后和我们的童书APP打包在一起, 分发给用户,我们这样使用语音有版权问题吗?我看了相应的License...
人脸马赛克怎么搞
需要把人脸进行模糊化,有啥思路没?可以通过人脸识别识别出人脸区域,模糊化只能自己处理图片?有啥好方案
汉字注音也读不对怎么办?
比如下面这段,读到“得(de5)自动转(zhuan3)幻(huan4)”时,“转(zhuan3)”就出错了。
汉(han4)芒(mang2)帆(fan1)亿(yi4)戏(xi4)统(tong3)能(neng2)购(go...
跨域访问问题怎么解决
Failed to load https://aip.baidubce.com/oauth/2.0/token: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:9527' is therefore n...
使用集群缺少库怎么办?比如keras
import numpy
from keras.models import Sequential
from keras.layers import Dense
from keras.layers import LSTM
from keras.utils import np_utils
from keras.preprocessing.sequence imp...
请问这个问题怎么解决???
{"error":"unsupported_grant_type","error_description":"The authorization grant type is not supported"}
怎么进行人脸识别 含底库 在线等
1.底库提前注册50个会员
2.传入一张图片,当图片里有三个人,其中两个会员,一个普通人
3.把这两个会员查出来
调接口的流程是什么 ...
使用集群缺少库怎么办?比如keras
import numpy from keras.models import Sequential from keras.layers import Dense from keras.layers import LSTM from keras.utils import np_utils from keras.preprocessing.sequence imp...
怎么实现识别本地声音文件
protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); speechRecognizer = SpeechRecognizer.crea...