brianyuastri

Results 9 comments of brianyuastri

P.S. I tried this on my Linux machine and the same error still persist

> @brianyuastri Did you solve this problem? I have still met this problem :( No

Brief research suggests that pip install triton is not possible on Windows

from gui_data.constants import VR_ARCH_TYPE, MDX_ARCH_TYPE, DEMUCS_ARCH_TYPE from separate import SeperateDemucs, SeperateMDX, SeperateMDXC, SeperateVR from UVR import ModelData audio_file = 'your_audio_file' export_path = 'your_export_folder' arch_type = 'MDX-Net' model_name = 'MDX23C-InstVoc HQ'...

does python your_script.py not work in the command line? I am not sure what you need here

Since you keep insisting that the Python code has nothing to do with CLI, I assume that you are unfamiliar with Python? Otherwise, you can visit https://docs.python.org/3/library/argparse.html and apply it...

請問 ch_PP-OCRv4_det_train 的微調有成功嗎?我這邊沒辦法提高 recall,但同一個數據集卻能夠在 ch_PP-OCRv4_det_server_train 微調成功,不知道是哪裏出了問題。。。

想問一下究竟是如何生成這些結果的呢?我嘗試了在 loader.py 加了 self.content['䶭']=img_array self.char_dict=self.char_dict+'䶭' 但在執行 test.py 的時候並沒有出現這個新字的圖像。

`args = parser.parse_args('')` fixes the problem for me