Code Monkey home page Code Monkey logo

Comments (3)

xaionaro avatar xaionaro commented on August 22, 2024
danusya@werewolf:~/style-transfer$ python3 ./style.py -s ~/****.jpg -c /tmp/****.jpg -v 
Traceback (most recent call last):
  File "./style.py", line 39, in <module>
    import caffe
  File "/usr/lib/python3/dist-packages/caffe/__init__.py", line 1, in <module>
    from .pycaffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, RMSPropSolver, AdaDeltaSolver, AdamSolver, NCCL, Timer
  File "/usr/lib/python3/dist-packages/caffe/pycaffe.py", line 15, in <module>
    import caffe.io
  File "/usr/lib/python3/dist-packages/caffe/io.py", line 4, in <module>
    from skimage.transform import resize
  File "/usr/lib/python3/dist-packages/skimage/transform/__init__.py", line 1, in <module>
    from .hough_transform import (hough_line, hough_line_peaks,
  File "/usr/lib/python3/dist-packages/skimage/transform/hough_transform.py", line 3, in <module>
    from .. import measure
  File "/usr/lib/python3/dist-packages/skimage/measure/__init__.py", line 2, in <module>
    from ._marching_cubes import (marching_cubes, mesh_surface_area,
  File "/usr/lib/python3/dist-packages/skimage/measure/_marching_cubes.py", line 4, in <module>
    from . import _marching_cubes_cy
ImportError: cannot import name '_marching_cubes_cy'

from style-transfer.

xaionaro avatar xaionaro commented on August 22, 2024

It's required an instruction "HOW TO INSTALL" :(

from style-transfer.

fzliu avatar fzliu commented on August 22, 2024

What version of Caffe are you using?

from style-transfer.

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.