ctwillson
ctwillson
I have read this code in below,but there seems like not support BDS https://github.com/geospace-code/georinex/blob/95ef1d8e7150f998a1b5a429090cadb429128648/src/georinex/plots_geo.py#L37
I have already read the doc in this [link](https://gnss-lib-py.readthedocs.io/en/stable/tutorials/algorithms/tutorials_gnss_filters_notebook.html) but there is no detailed description about gnss filter,could u fill it?
I want to use keplerian2ecef to get satellite positions,however,it shows error" T0 = [datetime(1980, 1, 6) + timedelta(weeks=week) for week in weeks]. ValueError: cannot convert float NaN to intege" ```...
The feature extract used 'MFCC',however, It appears that TFLM (TensorFlow Lite for Microcontrollers) does not support the MFCC (Mel-Frequency Cepstral Coefficients) operator.How can I use it on TFLM?
感谢作者的开源项目,想针对流式处理请教一下作者。我们流式处理对于实时语音识别来说至关重要来处理延迟,但是我没找到 TensorFlow 对于流式处理的支持。我现在想实现比如 CNN 的流式处理,这块作者有没有什么好的建议吗?
Anyone can provide the requirements.txt which can train and inference the lastest kw_streaming?