Coder Social home page Coder Social logo

Comments (8)

zhreshold avatar zhreshold commented on September 15, 2024

You need to build the mxnet module rather than official one.
I am thinking of providing a docker with prebuilt mxnet so it's available out of box

from mxnet-yolo.

vikash0837 avatar vikash0837 commented on September 15, 2024

Even after building mxnet from source ,i am getting the same error.
AttributeError: module 'mxnet.contrib.symbol' has no attribute 'YoloOutput'

I followed the following link for building the mxnet from source.
http://mxnet.incubator.apache.org/install/index.html

from mxnet-yolo.

tholcman avatar tholcman commented on September 15, 2024

Pull request which adds Yolo2Output is still open ...

https://github.com/apache/incubator-mxnet/pull/8582/files

so you have to build mxnet from source of pull request.

from mxnet-yolo.

insanegtp avatar insanegtp commented on September 15, 2024

It's the problem that the contrib.YoloOutput is defined in the zhreshold/mxnet-yolo/mxnet/src/...., however, you run the script in the environment of new mxnet verison which has no contrib.YoloOutput. I encounter the same error. I solved it by copy src/..... .cu .h .cc(3 files related to YoloOutput) to my newer version mxnet source code and recompile the source code of the newer version of mxnet.

from mxnet-yolo.

miraclewkf avatar miraclewkf commented on September 15, 2024

@zhreshold Do you mean get into mxnet-yolo/mxnet and run make?

from mxnet-yolo.

miraclewkf avatar miraclewkf commented on September 15, 2024

@insanegtp I run git clone --recursive https://github.com/zhreshold/mxnet-yolo.git to get the project, can you give the specific name of zhreshold/mxnet-yolo/mxnet/src/.... .cu .h .cc for mx.contrib.symbol.Yolo2Output

from mxnet-yolo.

ssridhar2065 avatar ssridhar2065 commented on September 15, 2024

Can someone help in this case. We are not able to proceed from this issue.
Any help in this regard would be greatly appreciated.
@zhreshold can you give detailed steps on how to solve this issue.

from mxnet-yolo.

qilicun avatar qilicun commented on September 15, 2024

@ssridhar2065
Copy all the related .c file from
https://github.com/zhreshold/mxnet/tree/f377e54c4aff6a1ce6868d4e58f73de1958f40b8/src/operator/contrib to /your/mxnet_path/src/operator/contrib re-compile mxnet follow the step in https://mxnet.incubator.apache.org/install/index.html the problem will be solved. Good Luck!

from mxnet-yolo.

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.