rbgirshick / py-faster-rcnn

Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
Other
8.11k stars 4.11k forks source link

How to generate the log file on my own dataset #423

Open RyoKawauchi opened 7 years ago

RyoKawauchi commented 7 years ago

Hi all !! I have just succeeded to train py-faster-rcnn on my own dataset, but I don't know how to generate the log file... Please someone teach me how to make. Thanks!

Niladri365 commented 6 years ago

How can I generate log file while training using train_faster_rcnn_alt_opt.py? My training command is ./tools/train_faster_rcnn_alt_opt.py --gpu 0 --net_name INRIA_Person --weights data/imagenet_models/VGG_CNN_M_1024.v2.caffemodel --imdb inria_train --cfg config.yml. Ref: https://github.com/deboc/py-faster-rcnn/blob/master/help/Readme.md