Katz Sasaki (Sasaki Katsumasa)

Results 17 comments of Katz Sasaki (Sasaki Katsumasa)

Thank you for your commit. But it seems that 32 alignment only works when short side of image is less than 736 (config setting). So I suppose some large images...

The down sampling layer of FPN has stride 2 convolution, 5 times. It reduces the input image size to 1/32 (2^5) . So If the input size is not divisible...

hmmm, I don't know what happened. May be some other problem surfaced by 32 alignment reduced the score. I think 32 alignment itself has no bad effect...

>it's adding brackets [] aruond the name. You could relax the output parser of the agent to account for this. I'm using create_pandas_dataframe_agent() with GPT3.5 turbo and same problem happened....

The pypi says ">Python >=3.8.1,

I am really looking forward to usage support on stream mode.

Here is the result. ``` >>> import mido >>> mido.backend ```

Hello. I found the problem is also happened on `get_ports()` of python-rtmidi. And my macOS is Japanese version and there was Japanese multibyte character on actual port name. It seems...

Hello. I submitted a issue on python-rtmidi GitHub. https://github.com/SpotlightKid/python-rtmidi/issues/180 Now I found the issue also happens on Windows, not only Mac.

There was an answer at rtmidi issue, but the problem was resolved by specifying encoding like below. `rtmidi.MidiOut().get_ports("utf-8")` Now, I also tried to set encoding on `mido.get_output_names()`, but the result...