Coder Social home page Coder Social logo

cocottributes's People

Contributors

audreybeard avatar ccai-course avatar varunagrawal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cocottributes's Issues

Pre-trained PyTorch Models

Hi, In the ReadMe for the repo, it says you have improved models based on PyTorch: "New pytorch models! Significant improvement over 2016 baseline network. See updates in pytorch dir."

I have been looking into the PyTorch dir, but could not find the directions to get PyTorch models or a checkpoint from where to start. Do you mean, one can start from an ImageNet trained model with coco-attributes dataset and that you are essentially not providing pre-trained PyTorch models but instead code to train PyTorch models?

Looking forward to your answer.
Thanks,
Touqeer

Installing requirements.txt

Hey!

I'm having some issues installing pip install -r requirements.txt. After installing some of them i get this error:
/usr/local/opt/openssl/include/openssl/x509.h:751:15: note: previous declaration is here X509_REVOKED *X509_REVOKED_dup(X509_REVOKED *rev); ^ 1 error generated. error: command 'clang' failed with exit status 1

Any idea on how to solve this?
Running on macos sierra
Thanks!

Label noise very high

Looking through the annotated samples, I noticed that for the gender and age attributes of the person class, the label noise is extremely high. In the range 20 to 30 percent label errors, see photos attached. The largest sources of errors are:

  • There's a lot of photos of Person class where the gender is simply not assigned even when it's clearly visible (~30%).
  • There's a lot of photos of females that are wrongly labeled as males (~20%).
  • For the age categories (Young, Adult, Old), almost all photos are simply labeled Adult, even when the object in question is clearly either Young or Old. There's substantially more old people without the Old label than old people with the Old label...

I haven't checked the other object categories but i suspect the label noise to be of similar magnitude. It would be nice if it was declared in the Repo that the labels in the data-set suffer from high error rate.

182952
183056
184930

How to load ./data/cocottributes_eccv_version.pkl?

I tried to load it using pickle in Python 3.7, an error is raised when loading it using pickle.load:

Traceback (most recent call last):
  File "<input>", line 1, in <module>
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf0 in position 726: ordinal not in range(128)

Then I tried with parameter encoding='iso-8859-1' and then another error is raised:

Traceback (most recent call last):
  File "<input>", line 1, in <module>
_pickle.UnpicklingError: unpickling stack underflow

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.