Rodrigo Watanabe
Rodrigo Watanabe
Thanks, for the follow up. Let me know if I can help with anything else, we're going to production next week. Our experience with refine so far has been amazing!...
Never thought of that and I'm not sure if it's a good idea. Merging code bases would make it harder to maintain and limit flexibility to add new features. But...
It is broken on MacOS now haha Let's just remove the logo from the settings page, we'll have to refactor it anyways to fit more components like "configurable lanes" feature.
Hi, check-it out the latest release. It's not quite there yet, but it's an improvement. https://github.com/rwtnb/Drumsthesia/releases/tag/0.0.3
I was thinking about: https://github.com/deezer/spleeter Audio quality must not be a big issue, since most people would prefer to have the drums louder than the backing track, I think. But...
You know what, a simple CLI would do for now.
Hi, I don't have an easy linux machine to test right now. I'll try a VM and see if I can reproduce it this weekend. Until then if you're willing...
Don't even know where to begin. Must be some related to [this](https://github.com/rwtnb/Drumsthesia/blob/main/wgpu-jumpstart/src/transform_uniform.rs#L15), I think.
Clone the [HF](https://huggingface.co/microsoft/OmniParser/tree/main) repo and change the yolo model path in gradio_demo.py ``` yolo_model = get_yolo_model(model_path='/best.pt') ```