Git Product home page Git Product logo

mrcnn_instancesegmentation's People

Contributors

ashima0109 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

mrcnn_instancesegmentation's Issues

any requirements file available for setting it up?

Primarily what versions of Python, Tensorflow, and Keras did you use to build the project?
I had this error that's why I'm wondering.

**---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-8-9a36b06d57ab> in <module>
     25 dataset = os.path.join(ROOT_DIR , "football_data")
     26 
---> 27 model.load_weights(weights_path, by_name=True, exclude=["mrcnn_class_logits", "mrcnn_bbox_fc","mrcnn_bbox", "mrcnn_mask"])
     28 
     29 # train the model

~\PYTHON\MRCNN_InstanceSegmentation\mrcnn\model.py in load_weights(self, filepath, by_name, exclude)
   2133 
   2134             if by_name:
-> 2135                 hdf5_format.load_weights_from_hdf5_group_by_name(f, layers)
   2136             else:
   2137                 hdf5_format.load_weights_from_hdf5_group(f, layers)

c:\users\student\anaconda3\envs\devgpu\lib\site-packages\tensorflow_core\python\keras\saving\hdf5_format.py in load_weights_from_hdf5_group_by_name(f, layers)
    716   """
    717   if 'keras_version' in f.attrs:
--> 718     original_keras_version = f.attrs['keras_version'].decode('utf8')
    719   else:
    720     original_keras_version = '1'

AttributeError: 'str' object has no attribute 'decode'**

Regards

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.