gooners1886

Results 5 issues of gooners1886

@gkioxari in this [line](https://github.com/gkioxari/RstarCNN/blob/master/lib/roi_data_layer/roidb.py#L81), it ignore the 0-index. i think if use the pascal_voc_2012 for training, the class list shoud be ('jumping', 'phoning', 'playinginstrument', 'reading', 'ridingbike', 'ridinghorse', 'running', 'takingphoto', 'usingcomputer',...

@gkioxari , I got a question about the processing of 'other' class in pascal voc 1. in this [line](https://github.com/gkioxari/RstarCNN/blob/master/lib/datasets/pascal_voc.py#L35), 'other' class is the last element in the class list. 2....

I'm learning the theory and code of the rstar. But I find the number of iterations is hard to determine. Is the code support testing on validation set after training...

how many epochs do I need to train the Kinetics400 model using train_kinetics.py to get 72.8 accuary? https://github.com/cypw/PyTorch-MFNet/blob/master/train_kinetics.py#L67 says 10000? Is this 10000 too large?

I think the current public code is a part of the whole project. Will the whole project include standard training and testing code be released in the future?