lpj0 / MWCNN_PyTorch

Training Code for MWCNN in PyTorch environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to train with my own data

miguelprades opened this issue · comments

Hello and thanks to share your code.
Could you tell me how I can create my own dataset to fed this network?
thanks.

And, I found a bug loading the mv.py module that contains BSR class. The name of the file has to be the same as the class in order to load via bootstrap. It works in my case.
Thanks again.