FawadAbbas12

Results 10 comments of FawadAbbas12

Is this the function in which i have to modify the code to send my ow image ? private void decode() { . . while (running) { synchronized (sync) {...

Thanks i will try this but actually i only have bitmap obtained from texture view using following code ``` Bitmap bitmap = mVideoSurface.getBitmap(); ```

yes there is ```VideoFeeder.VideoDataListener()``` class to receive raw h264 data but apparently it is not working for mavic 2 pro :( that is why i thought of using bitmap but...

hello @pedroSG94 i have managed to get raw buffer and i am using rtmp client as you had said but i am facing a slight issue. as of connection i...

incase google drive link is not accessible here is github link for video https://github.com/MCG-NJU/MixFormer/assets/36898352/54d701e0-0d93-4417-a1a2-f27bd7736d71

> Thank you for sharing key insight on implementing the bbox-regressor i will try to implement it and if i can get reasonable results would like to create a pull...

is there any major change required for inference form V1 like i can see forward_test methods in all models can we direly use them ?

is there any possibility to implement this feature ? > @Daniel451 ,probably you want to "version" your project and make branches for experiments. Also you don't want to download your...