4565

Results 13 issues of 4565

Hello, I changed softmaxloss to focalloss in the fpn network, but the following error occurred: I0621 08:12:50.082605 11689 focal_loss_layer.cpp:48] alpha: 0.25 I0621 08:12:50.082636 11689 focal_loss_layer.cpp:49] beta: 1 I0621 08:12:50.082640 11689...

How to test my images?

i want to set train batch to 2 or more on one gpu, i don't know how to change code!

Hello!When i run train.py in coco datasets, and i only have one gpu ,it occured: > /UPSNet-master/upsnet/models/resnet_upsnet.py(125)forward() -> fcn_output = self.fcn_head(*[fpn_p2, fpn_p3, fpn_p4, fpn_p5, fcn_rois]) (Pdb) n Segmentation fault Is...

Hello,When I visualized the coco dataset, I found a panoptic result: ![000000095707](https://user-images.githubusercontent.com/37822522/60163291-e128ab80-982d-11e9-9020-6b96e7910446.png) There seems to be a box in the image, I don’t know why.

Hello,I use python3.7,pytorch0.4.1.post2, cuda9.0,but it occured: AttributeError: 'EasyDict' object has no attribute 'max_size', I don't know how to solve it.

When I trained unet in the pascal voc dataset and i set learning rate=0.001, the loss was particularly large: Iter [1833/300000] Loss: 115374464.0000 Time/Image: 0.0173 Iter [1834/300000] Loss: 22800710.0000 Time/Image:...

When I train pspnet, set batch=2, it appears: [epoch 1], [iter 10 / 4249], [train main loss 1.44544], [train aux loss 2.11281]. [lr 0.0049986500] [epoch 1], [iter 20 / 4249],...

****when i run convert_data_to_tfrecord.py, Traceback (most recent call last): File "convert_data_to_tfrecord.py", line 134, in convert_pascal_to_tfrecord() File "convert_data_to_tfrecord.py", line 106, in convert_pascal_to_tfrecord img_height, img_width, gtbox_label = read_xml_gtbox_and_label(xml) File "convert_data_to_tfrecord.py", line 64,...

duplicate

Hello,i run convert_data_to_tfrecord.py in python 3.6! Traceback (most recent call last): File "convert_data_to_tfrecord.py", line 159, in convert_pascal_to_tfrecord() File "convert_data_to_tfrecord.py", line 140, in convert_pascal_to_tfrecord 'img_name': _bytes_feature(img_name), File "convert_data_to_tfrecord.py", line 28, in...