GithubHelp home page GithubHelp logo

trafficsigndetection's Issues

大佬下面两个错误是什么原因导致的?麻烦解答一下

Traceback (most recent call last):
File "train.py", line 123, in
main()
File "train.py", line 118, in main
train()
File "train.py", line 77, in train
faster_rcnn = FasterRCNN(n_class = len(CLASSNAMES)+1)
File "/home/TrafficSignDetection-master/model/faster_rcnn.py", line 38, in init
self.backbone = Resnet50(pretrained=True)
File "/home/TrafficSignDetection-master/model/resnet.py", line 112, in Resnet50
if pretrained: model.load("jittorhub://resnet50.pkl")
File "/usr/local/lib/python3.7/dist-packages/jittor/init.py", line 646, in load
with open(path, 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'jittorhub://resnet50.pkl'


Traceback (most recent call last):
File "train.py", line 123, in
main()
File "train.py", line 118, in main
train()
File "train.py", line 87, in train
rpn_loc_loss,rpn_cls_loss,roi_loc_loss,roi_cls_loss,total_loss = faster_rcnn(images,boxes,labels)
File "/usr/local/lib/python3.7/dist-packages/jittor/init.py", line 458, in call
return self.execute(*args, **kw)
File "/home/TrafficSignDetection-master/model/faster_rcnn.py", line 81, in execute
return self._forward_train(features,img_size,boxes,labels)
File "/home/TrafficSignDetection-master/model/faster_rcnn.py", line 87, in _forward_train
rpn_locs, rpn_scores, rois, roi_indices, anchor = self.rpn(features, img_size)
File "/usr/local/lib/python3.7/dist-packages/jittor/init.py", line 458, in call
return self.execute(*args, **kw)
File "/home/TrafficSignDetection-master/model/rpn.py", line 461, in execute
batch_index = i * jt.ones((len(roi),), dtype='int32')
TypeError: object of type 'jittor_core.Var' has no len()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.