Code Monkey home page Code Monkey logo

Comments (6)

Dr-LingyunXu avatar Dr-LingyunXu commented on July 17, 2024 1

@zdx3578
Create RUNS dir under MultiNet cloud solve this problem.

from multinet.

Dr-LingyunXu avatar Dr-LingyunXu commented on July 17, 2024

I fix this problem by adding

sys.path.append('submodules/KittiBox/submodules/') sys.path.append('submodules/KittiSeg/incl/')
in the demo.py, it seems that the KittiBox's utils haven't been added into the sys path.

from multinet.

zdx3578 avatar zdx3578 commented on July 17, 2024

ubuntu 14

ubuntu@ip-172-30-5-78:~/Downloads/MultiNet$ python demo.py --gpus 0 --input data/demo/um_000005.png
2017-03-17 03:46:15,485 INFO No environment variable 'TV_PLUGIN_DIR' found. Set to '/home/ubuntu/tv-plugins'.
2017-03-17 03:46:15,486 INFO No environment variable 'TV_STEP_SHOW' found. Set to '50'.
2017-03-17 03:46:15,486 INFO No environment variable 'TV_STEP_EVAL' found. Set to '250'.
2017-03-17 03:46:15,486 INFO No environment variable 'TV_STEP_WRITE' found. Set to '1000'.
2017-03-17 03:46:15,486 INFO No environment variable 'TV_MAX_KEEP' found. Set to '10'.
2017-03-17 03:46:15,486 INFO No environment variable 'TV_STEP_STR' found. Set to 'Step {step}/{total_steps}: loss = {loss_value:.2f}; lr = {lr_value:.2e}; {sec_per_batch:.3f} sec (per Batch); {examples_per_sec:.1f} imgs/sec'.
2017-03-17 03:46:15,486 INFO GPUs are set to: 0
2017-03-17 03:46:15,487 INFO Download URL: ftp://mi.eng.cam.ac.uk/pub/mttt2/models/MultiNet_pretrained.zip
2017-03-17 03:46:15,487 INFO Download DIR: ./RUNS/MultiNet

download stop here ; maybe no dir or not create dir

from multinet.

wumengfei avatar wumengfei commented on July 17, 2024

demo
demo2

This log has been clogged for almost 20 minutes. Was it finished downloading? I think a log "Extracting MultiNet_pretrained.zip" should appear, but it doesn't. Could you tell me what's wrong? @maxtom Thanks~

from multinet.

zdx3578 avatar zdx3578 commented on July 17, 2024

@wumengfei i pull a request ; fix this; #11 ; fixed;

or now see https://github.com/zdx3578/MultiNet/ last commit;

from multinet.

MarvinTeichmann avatar MarvinTeichmann commented on July 17, 2024

Commit 5ba41b0 should fix the error. The manual include code is not required. The corresponding folders should be added automatically, if base_path is set correctly.

To run the update code do:

git pull
git submodules update

Please let me know whether there are still any issues after pulling the new code.

from multinet.

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.