pytorch-prednet icon indicating copy to clipboard operation
pytorch-prednet copied to clipboard

PredNet implementation using PyTorch

Results 6 pytorch-prednet issues
Sort by recently updated
recently updated
newest added

Hi @leido , I would like to build upon your repo. Could you please add an open-source license? Thanks!

I'm getting the correct original picture output, but the prediction picture is black and when I try multiplying by a value (like 255) I get very strangely color-tinted results. Any...

First, I used this network to train the kitti dataset, but I didn't get the results from the author's paper. What parameters are not adjusted? Second, use kitti_test.py to get...

Thanks for posting this code, it has been very helpful. Maybe I missed it in the code. Have you tried to rescale the image pixels for better results?

I want to use pytorch to model prednet, and thanks for your implementing, can this model be trained, and how can I use this repo?