Giter VIP home page Giter VIP logo

Comments (5)

nqanh avatar nqanh commented on June 26, 2024

You need to build and install caffe version from this repo. Any recent cuda/cudnn version should be fine.
Best,

from affordance-net.

Cheren15 avatar Cheren15 commented on June 26, 2024

Ok, Thank you for your reply, and when I am running training codes, some thing wrong as follow:

Logging output to experiments/logs/faster_rcnn_end2end_VGG16_.txt.2018-07-02_17-50-31

  • ./tools/train_net.py --gpu 1 --solver models/pascal_voc/VGG16/faster_rcnn_end2end/solver.prototxt --weights data/imagenet_models/VGG16.v2.caffemodel --imdb voc_2012_train --iters 2000000 --cfg experiments/cfgs/faster_rcnn_end2end.yml
    ./experiments/scripts/faster_rcnn_end2end.sh: line 59: ./tools/train_net.py: Permission denied

And I used sudo bash ./experiments/scripts/faster_rcnn_end2end.sh 0 VGG16 pascal_voc
It still has same problem, do you have any suggestion on this?

from affordance-net.

Cheren15 avatar Cheren15 commented on June 26, 2024

I have tried chmod the *.sh and train_net.py file, now I got a new error:

Logging output to experiments/logs/faster_rcnn_end2end_VGG16_.txt.2018-07-02_20-43-52

  • ./tools/train_net.py --gpu -1 --solver models/pascal_voc/VGG16/faster_rcnn_end2end/solver.prototxt --weights data/imagenet_models/VGG16.v2.caffemodel --imdb voc_2012_train --iters 2000000 --cfg experiments/cfgs/faster_rcnn_end2end.yml
    Traceback (most recent call last):
    File "./tools/train_net.py", line 13, in
    from fast_rcnn.train import get_training_roidb, train_net
    File "/home/chen/DL/affordance-net/tools/../lib/fast_rcnn/train.py", line 10, in
    import caffe
    ImportError: No module named caffe

However, I could import caffe via python with command line and I am sure I have make the pycaffe.

from affordance-net.

Cheren15 avatar Cheren15 commented on June 26, 2024

@nqanh

from affordance-net.

Cheren15 avatar Cheren15 commented on June 26, 2024

I just fixed several problems, for the first chmod +x *.sh and *.py files mention in error report. and the second one is the problem of env variables setting, now I move on to the next data preparing stage, It just like what you said it should be ok for current CUDA 9.2.88. Thanks again, I will close this issue.

from affordance-net.

Related Issues (20)

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.