Bcw93
Bcw93
你好,我非常感兴趣您的这个项目,觉得很简洁;但是当我在运行train.py 的时候,出现了以下的错误,您能帮忙解决一下吗?谢谢! Traceback (most recent call last): File "train.py", line 25, in losses = model.train_step(img,bbox,label,scale,epoch) File "/home/a/Bcw_data/simplest_FasterRcnn_pytorch/model/faster_rcnn_vgg16.py", line 178, in train_step features, roi, rpn_loc_loss, rpn_cls_loss = self.train_extracor_and_rpn(img, bbox, scale, retain_graph=True)...
I have this error when run train.py: Traceback (most recent call last): File "H:/PyCharm project/retinanet/train.py", line 101, in train(epoch) File "H:/PyCharm project/retinanet/train.py", line 55, in train for batch_idx, (inputs, loc_targets,...
我看代码里默认Lora全部线性层,不支持指定lora哪些层吧现在还?
When I run this code FCN32s to training voc2012 dataset,I get some error like this: the origin image size is like this: torch.Size([1, 3, 333, 500])#image torch.Size([1, 333, 500])#label but...
when I run the test.py,there have some problems,the ternimial output like this: Timeout for client answer Timeout for client answer Timeout for client answer Timeout for client answer Timeout for...
Hello,I am very insterested in your project,and I had run the cod,it's well.But I have a issu.Do you know how use the image as the network input?I need some help...