Torsten Wörtwein
Torsten Wörtwein
``` a = {} # or a = dict() a["a"] = 1 a["b"] = 2 b = [] b.append(1) b.append(2) ``` should be ``` a = {"a": 1, "b": 2}...
Version 0.10.12 is available on npm https://www.npmjs.com/package/@mediapipe/tasks-vision but pypi is still at 0.10.11 https://pypi.org/project/mediapipe/
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) Yes ### OS Platform and Distribution Mac M2 ### Mobile device if the...
Could you please provide more details about how hyper-parameters were validated? Your README.txt contains the following section: ``` pretrained/ - The results reported in the paper is on the setting...
Thank you for creating and sharing this dataset! I was surprised to see that the training/test split in your paper have overlapping moments. For example, the moment 95.354484s from session...
The public API is defined based on this page https://pandas.pydata.org/docs/reference/index.html Since there are many classes/functions that should be public but are not listed there it becomes a bit ambiguous what...
If a function has many keyword arguments that do not change across all overloads (for example [pandas.read_csv](https://github.com/pandas-dev/pandas-stubs/blob/46ee67b15d6689ccaff02c336475d8156820c75b/pandas-stubs/io/parsers/readers.pyi#L30)). It is more readable and shorter to move all the overload-invariant keywords into...
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) None ### OS Platform and Distribution Mac M2 ### Mobile device if the...
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) No ### OS Platform and Distribution Mac M2 ### MediaPipe Tasks SDK version...
## 🐞Describing the bug CoreMLTools is able to convert `torchaudio.MelSpectrum` for a fixed input shape but it seems that it fails when the input shape is either an `RangeDim` or...