Gurkirt Singh

Results 34 comments of Gurkirt Singh

Thank you for your reply. sure, here it is. Here is my premise first up, I want to estimate 3D poses in videos but not meshes. However, I want the...

It is probably due to batch normalisation layers acting up. If you want to evaluate new videos then use .eval(), If you want to train the model with a smaller...

@yassineAlouini any luck? I also need to do the same, if have done it then that would be a great help. @angrysword, If I understand right, they map the training...

@yassineAlouini, thank you for your reply. I am new to the depth estimation problem, I have these maps for the virtual environment, recorded using VTK (https://github.com/pablospe/render_depthmap_example/blob/main/main.py). Where the camera is...

@eriklindernoren Is this version issue? I am using pytorch1.1

Try what https://github.com/eriklindernoren/PyTorch-YOLOv3/issues/193#issuecomment-515774443 says

Thanks, guys for replying, I agree with you both. I figured it out later after supply few audio with different temporal duration. Cheers Gurkirt

5 or 6 depends upon the number of samples in input irrespective of duration. If bitrate is higher then you would get more output features. I would suggest fixing the...

I was able to train on MOT17 including a detector. I got similar results but not exactly the same result because I could only fit a sequence length of 6...

Any update?