Jifeng Wang

Results 11 comments of Jifeng Wang

Hi @0bserver07 , It's good to see that fc-densenet performs well on your own dataset. Also , i'm eager to try fc-densenet on CamVid and my own dataset, but i...

hi @0bserver07 , I want to train fc-densenet in my own dataset. So I just copy my data into CamVid and delete the origin data. I also modify train.txt test.txt...

Hi @VanitarNordic , Did you solve this problem? And i want to ask if you can train and test this FC-DenseNet? Thank you !

Many thanks for your interests. We will share our code and trained model after our extensional study for this work.

@LetiP Thanks. There are many reasons for your problem. Maybe you can change the learning rate or check your default setting where it is different from the description in our...

@lmhieu612 Thank you for your interest. The evaluation method and code we use are the same as that of GUO's CVPR11 paper. You can email me. And I will provide...

Hi @Thatfreesky , I want to train FC-DenseNet, but i don't know how to use dataset_loaders in https://github.com/fvisin/dataset_loaders So could you please tell me how to use that? Or are...

@youngfly11 Ok, i'll try it. thx!

hi @barrykui , Thanks for your help! I'm trying with your advice and i have modified the code in `train.py` ,but now i have a new problem when i use...

@barrykui , Thank you! I just changed the code as you said, `xsubset, xraw_data, Y,X, xfilenames = iterator.next().values()` But, there is still the problem as i asked you, ``` Loading...