Davis E. King

Results 172 comments of Davis E. King

> @davisking Is good ? Yeah looking cool :)

> @davisking I think we should probably support 2D input, for example stereo audio channel. But then the STFT is 3D and of course `matrix` is 2D. Maybe the API...

Sweet. I'll look in a bit.

Maybe you are using something older than Visual Studio 2019 @VisionEp1? I just the other day changed the CI to use only VS 2019 and newer since github actions started...

Nope, that's the way it is. It is just a single shared library that's being build though so if you wanted to build it and manually copy the files to...

> The boost implementation is unbelievably complicated. Sod it, would it be agreeable to add PRs for filter design and STFTs and have `__cpp_lib_math_special_functions` as a contract pre-condition? Eh, I...

> Don't know what's going on but the Python/windows build configuration always fails with: > > ``` > python setup.py bdist_wheel did not run successfully. > exit code: 1 >...

Looks ok. I looked a little last night. Will look more again soon. Seems sensible though :)

Cool. Yeah just do what tools/convert_dlib_nets_to_caffe does. I.e. parse the output of `dlib::net_to_xml()` and resave it in whatever format you want.

Oh yeah, or use a visitor. It depends on how you want to setup the software. I've found that people who ask this question often don't want to do the...