simple-faster-rcnn-pytorch icon indicating copy to clipboard operation
simple-faster-rcnn-pytorch copied to clipboard

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

Open shida666 opened this issue 4 years ago • 7 comments

我是用服务器跑的本程序,怎么我的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 ?

shida666 avatar Apr 05 '20 06:04 shida666

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

ZhuYingJessica avatar Apr 11 '20 02:04 ZhuYingJessica

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

07Agarg avatar Oct 05 '20 07:10 07Agarg

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

9711128 avatar Nov 25 '20 02:11 9711128

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

gonggqing avatar Dec 06 '20 04:12 gonggqing

NO

------------------ 原始邮件 ------------------ 发件人: "Cris_Dean"<[email protected]>; 发送时间: 2020年12月6日(星期天) 中午12:43 收件人: "chenyuntc/simple-faster-rcnn-pytorch"<[email protected]>; 抄送: "秦晓海"<[email protected]>; "Comment"<[email protected]>; 主题: 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.

9711128 avatar Dec 06 '20 06:12 9711128

i‘m facing the same question。。。。

Serenagirl avatar Jan 05 '21 06:01 Serenagirl

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

zhangyqchn avatar Jan 15 '21 06:01 zhangyqchn