thomasjpfan / pytorch_refinenet

Pytorch Implementation of Refinenet
MIT License
160 stars 33 forks source link

accuracy on Pascal VOC #1

Open ds2268 opened 7 years ago

ds2268 commented 7 years ago

Hi!

Have you tested this implementation on the Pascal VOC dataset (or any other) and did you compare the results with the original code? (IoU scores would be helpful)

This information would be really helpful on the first page :)

EDIT: I guess from the code that only inference in implemented? Not the learning part?

thomasjpfan commented 6 years ago

This repo only implements the model. I left it up to the user to perform training with it. https://github.com/dnouri/skorch or https://github.com/inferno-pytorch/inferno are good frameworks to use for training pytorch models.

liuchuanloong commented 6 years ago

have you train the loss convergence, my code did not work @ds2268