Silvan Laube

Results 13 issues of Silvan Laube

Would be cool as it seems to perform better and more stable, I experienced it is e.g. not re-detecting a piano note from its own reverb or other (room) acoustic...

feature

I am trying to find the optimal parameter set for onset and pitch detection for a certain set of piano recordings. As I understand, the default values are usually chosen...

Would be nice to have support for gltf and glb file formats.. any plans on adding those?

Hi How would I model a self-reference, such as ```typescript const UserSchema = new mongoose.Schema({ name: { type: String }, superior: { type: mongoose.Schema.Types.ObjectId, ref: 'User' } }); ``` Both...

Bug

I fail trying to convert [this model](https://github.com/PINTO0309/PINTO_model_zoo/tree/main/058_BlazePose_Full_Keypoints/01_Accurate/08_coreml) to onnx. on WSL, py3.5.3, onnxmltools 1.7.0 I get `ValueError: Unsupported shape calculation for operator loadConstantND` With win10, py3.7.2 onnxmltools 1.7.0 I get...

pending user response

This library seems to have nothing to do with [PyMesh](https://pymesh.readthedocs.io/en/latest/) A note or hint would be nice.

Hi guys I was wondering if there is a place where we could gather custom written transitions... I recently wrote a FLIP transition using CSS3 and would like to share...

Code logic: var i = slide.API.opts()._carouselWrap.children(); var t = i.index(this); return(t%i.length()); i.length() in my case was 12, t was 4. Zero-based Index would be 0. but returned 4 (4%12) fix:...

I would be interested in a more detailed analysis of how your method compares to pYIN. Would you be willing to run such a systematic comparison on a big dataset,...

I have a bunch of noise files that end in silence that I am adding to my inputs. As the inputs can be as short as one second, the randomized...