Lakshay Chhabra

Results 5 comments of Lakshay Chhabra

@MokhtarOuardi Can you please share your approach? Also, did you run it on the CPU?

So if someone is having an issue with making it work on CPU: Use `num_workers=0` in dataloader definition, there's a memory leak in PyTorch implementation. Other than that I'm still...

@XiaoPengZong any success?

So after spending a day, the conclusion is to change the input dimensions. Make input-dims=3;480;640;0 or even input-dims=3;544;960;0 does the justice. I was getting 12 FPS on 544,960 but Then...

I had to use TensorFlow in the same repo hence was limited with options of interpreter and had to stick with miniforge. Issue I faced was it was always reading...