monkeycc

Results 145 comments of monkeycc

是否有代码示例? 我看GPT4.0 那种语音交互不错 不知道能否实现 @shiyutang

Thank you, I thought nobody paid attention to this issue anymore

``` from mltools.src.augmentation.aug_labelme import LabelmeAugementation # l = LabelmeAugementation(["3.png"],["3.json"],"3.yaml") l = LabelmeAugementation(["D:/simple-tools-for-machine-learning-dev/test/3.png"], ["D:/simple-tools-for-machine-learning-dev/test/3.json"],"D:/simple-tools-for-machine-learning-dev/test/3.yaml") # flip l.onlyFlip() # rotate l.onlyRotate() # translation l.onlyTrans() # zoom l.onlyZoom() # noise l.onlyNoise() ``` ```...

大佬 最新版 还是这样 @guchengxi1994 ``` INFO:Machine learning tools log: __ _____ ______ __ / |/ / / /_ __/___ ____ / /____ / /|_/ / / / / / __...

![微信截图_20220920170008](https://user-images.githubusercontent.com/6490927/191215640-f10c38f8-bace-4d81-bed0-a3dcbceef846.png) 平移 应该有的会有问题

这个rust库2年不更新了,拉取的也不审核通过,应该已经放弃了 建议你们单独再搞个rust-mmdeploy的库 @vansin @VanderBieu

可以不上传数据吗 本地数据直接训练 数据集要保密

非常期待源码和模型的公开

https://github.com/yangxianpku/model_cryptor ```python @unique class ModelType(Enum): MODEL_TORCH = "TorchModelCryptor" # torch模型 MODEL_TORCHSCRIPT = "TorchScriptModelCryptor" # torch script模型, torch.jit.script或torch.jit.trace保存 MODEL_ONNX = "ONNXModelCryptor" # onnx模型 MODEL_TENSORRT = "TensorRTModelCryptor" # tensorrt模型 MODEL_TORCH2TRT = "Torch2TRTModelCryptor"...

``` # python3 websocket_client.py --server_ip 127.0.0.1 --port 8290 --punc.server_ip 127.0.0.1 --punc.port 8190 --wavfile ./zh.wav # python3 websocket_client.py --server_ip 127.0.0.1 --port 8290 --wavfile ./zh.wav ``` 都是要提交wav的 麦克风是实时的 如何通过流的方式传进去? issue,discution 没有解决方案和代码的