Wang Xuancong

Results 29 comments of Wang Xuancong

I am not sure whether this is possible but in our PiKaraoke implementation (https://github.com/xuancong84/pikaraoke ), it is done by invoking VLC media player by passing --drawable-xid (or --drawable-hwnd for Windows)...

I remember my python3.8 build PyTorch 1.4.1 also stucks here. These kind of build failures always happen. You need to poke here and there in order to make it work...

Thanks @Sandy4321. I am aware of sklearn. Nevertheless, if you can make your code good enough, you can contribute your code into sklearn -:)

Yup, I can 100% confirm the bug now. Today I am testing HLK-LD1155H-24G sensor using Arduino UNO, at Baud rate 115200. Even after setting parity and stop bit correctly, output...

I have successfully figured out how to read UART at 115200 baud rate for CSERIAL_8N1 on Arduino UNO, other configurations like 8N2/8E1/8O1/etc should similarly apply. The main difficulty is that...

@smessmer I have tested `-o allow_other`, it does not work either. The decrypted folder still has permission 700 and not changeable by `chmod`. It seems that the decision to hardcode...

I have tested extensively on LGT8F328P MiniEVB. I am running Debian-based Linux x86-64. In general, the chip works. However, - certain functions of the chip is buggy or does not...

> You're supposed to provide the box function with _your_ private key and _their_ public key. Thanks for your reply! But since internally Box() computes a shared key from Alice's...

@Romeo1984 , I have implemented this feature and posted a pull-request, please look at my fork at https://github.com/xuancong84/pikaraoke Take note that VLC volume level can well exceed 100%, (e.g., using...

My forked branch (https://github.com/xuancong84/pikaraoke) has implemented this function in both ways: 1. DNN-based vocal remover (from https://github.com/tsurumeso/vocal-remover): vocal removal quality is excellent on most voices; however, for certain synthetic voice...