ooooverflow / BiSeNet

BiSeNet based on pytorch
395 stars 76 forks source link

How to run demo without the pretrained model? #22

Open EchoAmor opened 5 years ago

EchoAmor commented 5 years ago

Hello, I found that you had deleted the pretrained model, so if I want to run demo can only train by myself? can you publish your pretrained model please? Thank you very much!

ooooverflow commented 5 years ago

sorry, I didn't understand. If you just want to run the demo without pretrained model to check if the code is able to run, you can just comment line 60 model.module.load_state_dict(torch.load(args.checkpoint_path))in demo.py. But you will not get any result. I will update another pretrained model in some days if i am free, thank you

EchoAmor commented 5 years ago

Thanks very much ! I need to get the results but right now my computer can't train the net so if you can update the pretrained model , it will be very helpful!!!THANKS again!

ooooverflow commented 5 years ago

I will train it in recent days. And i will inform you if i update pretrained model

EchoAmor commented 5 years ago

you are so nice!!! Thanks 3000 times!

ooooverflow commented 5 years ago

@EchoAmor , hi, I just upload the pretrained model and update something in this repo. Now you can have a try, if there is any problem, feel free to contact me

EchoAmor commented 5 years ago

@ooooverflow Sorry to reply so late! Thanks very much ,I will test this days and tell you the results.