GithubHelp home page GithubHelp logo

Comments (4)

soumyaiitkgp avatar soumyaiitkgp commented on June 2, 2024

Hi, Saurav I will be needing your error message.

from custom_maskrcnn.

sauravpantha avatar sauravpantha commented on June 2, 2024

Hi Soumya,

Thank you for responding. This is the error message which pops up when I run the script using command line.

custom.py: error: the following arguments are required: , --weights

I think the script is not able to download coco weights (weights.h5 is in the location) but I don't seem to be able to figure it out. I think its the same problem someone else posted on your medium blog but that solution doesn't work for me.

from custom_maskrcnn.

soumyaiitkgp avatar soumyaiitkgp commented on June 2, 2024

Hi, Saurav. If you think that script is not able to download/detect the weights then please download them manually to the parent folder. And then check again.

from custom_maskrcnn.

sadhoss avatar sadhoss commented on June 2, 2024

Potential cause of this error might be that you have used the tutorial here. In this tutorial the command to run training is as follows: python custom.py train — dataset=D:/../CustomMask_RCNN/samples/custom/dataset — weights=coco. The long dash <->, is suppose to be two dashes <-->.

Use python custom.py train --dataset=D:/../CustomMask_RCNN/samples/custom/dataset --weights=coco to run training.

from custom_maskrcnn.

Related Issues (11)

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.