chenyuntc / simple-faster-rcnn-pytorch

A simplified implemention of Faster R-CNN that replicate performance from origin paper
Other
3.98k stars 1.14k forks source link

Thank you for your answer, which solved my problem well #236

Open duange22 opened 3 years ago

duange22 commented 3 years ago

1)run this command before run your train code:

nohup python -m visdom.server &

2)Environment:select 'faster-rcnn', not 'main'

hey bro,i use the original code like "nohup python -m visdom.server &

python train.py train --env='fasterrcnn-caffe' --plot-every=100 --caffe-pretrain" but i can't open "http://:8097" can you help me ?

Originally posted by @shida666 in https://github.com/chenyuntc/simple-faster-rcnn-pytorch/issues/85#issuecomment-609373850