chenyuntc / simple-faster-rcnn-pytorch

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

nohup python -m visdom.server & 显示问题 #180

Open shida666 opened 4 years ago

shida666 commented 4 years ago

我是用服务器跑的本程序,怎么我的visdom怎么没反应呢 ,没有图像显示 我的输入顺序是对的,(I use the server to run this program, the local computer windows10, why does my visdom not respond, there is no image display, my input order is correct,) 先输入(firstly) 【 nohup python -m visdom.server &】 ,然后再 (secondly)【python train.py train --env='fasterrcnn-caffe' --plot-every=100 --caffe-pretrain】,运行如下(as show): ======user config======== {'caffe_pretrain': True, 'caffe_pretrain_path': 'checkpoints/vgg16_caffe.pth', 'data': 'voc', 'debug_file': '/tmp/debugf', 'env': 'fasterrcnn-caffe', 'epoch': 2, 'load_path': None, 'lr': 0.0001, 'lr_decay': 0.1, 'max_size': 1000, 'min_size': 600, 'num_workers': 8, 'plot_every': 100, 'port': 8097, 'pretrained_model': 'vgg16', 'roi_sigma': 1.0, 'rpn_sigma': 3.0, 'test_num': 10000, 'test_num_workers': 8, 'use_adam': False, 'use_chainer': False, 'use_drop': False, 'voc_data_dir': '/root/simple-faster-rcnn-pytorch/data/V0C/VOCdevkit/VOC2007', 'weight_decay': 0.0005} ==========end============ load data model construct completed Setting up a new session... Without the incoming socket you cannot receive events from the server or register event handlers to your Visdom client. 5011it [13:50] 5.89it/s

when i visit http://http://111.44.254.181:8097/
it cannt be open ! AND it shows nothing! what should i do ?

ZhuYingJessica commented 4 years ago

终端 运行python -m visdom.server试试

07Agarg commented 3 years ago

I am facing the same issue. How to resolve it?

9711128 commented 3 years ago

I am facing the same issue. How to resolve it?

gonggqing commented 3 years ago

hey bro,have you solved this issue?i‘m facing the same question

9711128 commented 3 years ago

NO

------------------ 原始邮件 ------------------ 发件人: "Cris_Dean"<notifications@github.com>; 发送时间: 2020年12月6日(星期天) 中午12:43 收件人: "chenyuntc/simple-faster-rcnn-pytorch"<simple-faster-rcnn-pytorch@noreply.github.com>; 抄送: "秦晓海"<873810756@qq.com>; "Comment"<comment@noreply.github.com>; 主题: Re: [chenyuntc/simple-faster-rcnn-pytorch] nohup python -m visdom.server & 显示问题 (#180)

hey bro,have you solved this issue?i‘m facing the same question

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

Serenagirl commented 3 years ago

i‘m facing the same question。。。。

zhangyqchn commented 3 years ago

Maybe you just forgot to choose the Environment as fasterrcnn in the visdom web :8097.