Mohannad Ehab Barakat

Results 13 comments of Mohannad Ehab Barakat

@ngilardiCBT `IPython.display.display(f)` saved my day thanks

I uninstalled ffmpeg version 0.10.* then installed "@ffmpeg/core": "^0.8.5", "@ffmpeg/ffmpeg": "^0.9.8", it works now fine with react. No idea why this worked

> @MohannadEhabBarakat I have the same error using Vue.js. Do you have any ideas why it happens? Downgrading @ffmpeg/core and @ffmpeg/ffmpeg doesn't help me. No unfortunately I don't know why...

I'm working on one [here](https://github.com/Anjok07/ultimatevocalremovergui/assets/16014917/7751d025-327e-43af-9f01-ba0c618ebfe1) Now it supports 3 models only. Planned features: - [ ] Better docs - [ ] Add rest of UVR_GUI models - [ ] Auto...

Are you sure that the input_file had 44100 sampling rate? The current code doesn’t resample automatically.

> @MohannadEhabBarakat And also, I used the same audio in both Windows and Colab and had different results, which I found strange. Maybe it's something to do with package versions....

Interesting. Based on [`this`](https://cmu-perceptual-computing-lab.github.io/openpose/web/html/doc/md_doc_02_output.html) I think that x0, y0 are the points in skeletons.joints. I'm not sure about the Cs. I'm new to openpose and not sure if I understand...

> > I'm working on one [here](https://github.com/Anjok07/ultimatevocalremovergui/assets/16014917/7751d025-327e-43af-9f01-ba0c618ebfe1) Now it supports 3 models only. > > Planned features: > > > > * [ ] Better docs > > * [...