HeChengHui

Results 19 issues of HeChengHui

Hello. May I know how to run the yolov5 on live camera feed ?

@thohemp I am using the [test](https://github.com/thohemp/6DRepNet360/blob/master/sixdrepnet360/test.py) script to run on my own video. However, the result is not very good as seen below. ![image](https://github.com/thohemp/6DRepNet360/assets/84503515/34f3ad5e-bf58-42b9-9152-eb52646da71c) could it be that the model...

``` File "D:\CH\Anaconda\envs\distraction\lib\site-packages\torch\nn\modules\conv.py", line 459, in _conv_forward return F.conv2d(input, weight, bias, self.stride, TypeError: conv2d() received an invalid combination of arguments - got (numpy.ndarray, Parameter, Parameter, tuple, tuple, tuple, int), but...

I am trying to use a video frame as the input. However, i found that the code uses [image path](https://github.com/AILab-CVC/YOLO-World/blob/3264b61a03b073852b1559fa896cb12c6ff1aa41/image_demo.py#L79C1-L80C1) as an argument to feed into the runner. Is it...

enhancement

Thank you @ZFTurbo for providing the training code. I have tested out UVR MDX-Net models and found them to be very good. However, i am unable to get the models...

Thank you for your work! may i check if this model is causal?

@fschmid56 Thank you for your work! I am looking for ways to detect certain sounds among background noise. would like to check if this method can be used to finetune...

is it possible to run sed baseline in causal mode? i would like to use it on an audio stream to detect certain audio cues in a noisy environment.

### Describe the bug I am running my gradio script on my server and hosting it on ngrock so i can access it via my mobile phone browser. I am...

bug