Coder Social home page Coder Social logo

Comments (9)

rkrasin avatar rkrasin commented on July 22, 2024

Hi @adalisan,

the way it works is https://github.com/openimages/dataset/blob/master/tools/classify.py#L126

As for the SSTableReader op, the error only happens when you import the meta graph. Something that I forgot to test while working on releasing that model. Quite possibly it's a solvable issue (as SSTableReader is more or less the same as TFRecords reader), but might require some .meta surgery.

from dataset.

adalisan avatar adalisan commented on July 22, 2024

@rkrasin It is good to know the automatic ckpt loading functionality, but the main issue is the undefined op. Is that something you have defined in your copy of tensorflow , or is it available in tensorflow repo (perhaps in contrib?

from dataset.

rkrasin avatar rkrasin commented on July 22, 2024

@adalisan SSTableReader op is a Google-specific op. SSTable is the internal version of a data structure similar to TFRecords.

from dataset.

adalisan avatar adalisan commented on July 22, 2024

@rkrasin So .meta editing is something that can be done only by you? Would anybody at Google be able to do this soon?
Any other options? Like defining SSTableREader as a wrapper for TFRecords?

Thanks

from dataset.

rkrasin avatar rkrasin commented on July 22, 2024

@adalisan no, I was speaking of theoretical options. I don't know exactly what needs to be done there.

Note that the model we speak about was trained on Open Images v1 annotations. The recently released v2 annotations are much cleaner, and new pretrained models are coming (as hinted by README.md)

from dataset.

rkrasin avatar rkrasin commented on July 22, 2024

As for defining a wrapper: I feel like it's even more work than the aforementioned surgery.

from dataset.

rkrasin avatar rkrasin commented on July 22, 2024

@adalisan a resnet101 model trained on OpenImages v2 just got released: #46

Would you like to try if it works for your problem (assuming it's still actual).

from dataset.

nalldrin avatar nalldrin commented on July 22, 2024

+1 To Ivan's recommendation of switching to the v2 model. (a) It should have superior performance, (b) I don't think you'll encounter this issue there. Please re-open this issue (or start a new one) if you still encounter trouble.

from dataset.

adalisan avatar adalisan commented on July 22, 2024

I am carrying out other experiments right now, but might try the v2, when I get the chance. Do the graphs in these models have the label noise prediction in the CVPR paper by your group?

from dataset.

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.