Alvaro Gaona

Results 45 comments of Alvaro Gaona

Hi @astronaut71, I've tested this on a Raspberry Pi 4 with a Raspberry Pi Camera Module v2.1. I was able to run the `kinetic` branch on a ROS Noetic distro,...

Nothing out of the ordinary @astronaut71. My set-up is Raspberry Pi 4 with a Raspberry Pi Camera Module v2.1 on Ubuntu Mate 20.04 with ROS Noetic. Let me correct myself...

Why don't you try an arm64 architecture OS? Raspian OS is 32 bit. Also, I believe ROS works much better with Debian based distros.

I'd be glad to implement all of these and more, btw. 😄

@lezcano @ezyang I already have some windows implemented in C++, under the `pytorch` project; some with kernels and others without. Is it ok we go with the approach to mimic...

> We want to mimic `scipy` as much as possible, so yeah, a `torch.signal.windows` sounds good to me. > > When it comes to the C++ implementations vs the Python...

We will migrate the already in-place windows to pure Python implementations: - [x] `hamming_window` - [x] `kaiser_window` - [x] `hann_window` - [x] `blackman_window` - [x] `bartlett_window` #87082

Hey @lezcano, next week I'll be creating the PR with the Dolph-Chebyshev window. 😄