BenjaminTT

Results 9 comments of BenjaminTT

Hi all, Not sure that I am doing this the right way but it seems like the right places to ask some questions. I am trying to get used to...

hi @deboc, if the dataset is with the same format as pascal VOC the test implemented works, I trained on the B3DO dataset (with RGB only) and it worked (I...

@deboc, thank you for your insight, I am using the end to end training so far and after some investigation the reason the test does not work is because the...

Thank you @tiepnh, Does anyone knows if it is possible to find a way around? I still do not really understand why it is a necessity and not just something...

Thank you very much for this informations @LiberiFatali. Can anyone can explain why the py-faster-rcnn can not be trained fully directly on the dataset that interest us? I do not...

@duygusar Hi, it may be because the network is not actually learning on all the layers. You have to make sure that you initialize all of them (if you use...

@vabrishami Yes for me the solution was to make sure all the weight were initialized and then the training would work. It even worked on a dataset of depth map...

@vabrishami Here it is, I hope it will help you (this is for 19 classes + background). [train.txt](https://github.com/rbgirshick/py-faster-rcnn/files/957212/train.txt)

@vabrishami It is just a matter of convenience, I am using 2 networks trained independently, one on colour and one on Depth so it enables me to use the same...