Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

How to load large model ? #492

@mak27arr

Description

@mak27arr

When i try load model ( https://nomeroff.net.ua/models/mrcnn/mask_rcnn_numberplate_1000_2019_10_07.h5 )
get error:
TFException: Invalid GraphDef System.AggregateException: 'WriteEncoding=nullode : Primary },EnabledProto)'
My code:
byte[] buffer = System.IO.File.ReadAllBytes(modelfile);
grafCache = new TFGraph();
grafCache.Import(buffer);

Help me(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions