Code Monkey home page Code Monkey logo

simpsonrecognition's People

Contributors

alexattia 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

simpsonrecognition's Issues

Training the faster rcnn

i am trying to train the faster rcnn one the dataset you have provided via kaggle,
while training i am geting an error:

3/100 [..............................] - ETA: 8:11 - rpn_cls: 0.0000e+00 - rpn_regr: 0.0000e+00 - detector_cls: 5.0297 - detector_regr: 0.9954 'NoneType' object has no attribute 'shape' Exception: 'NoneType' object is not subscriptable

though the training continues i am intersted to know what is this "NoneType object"
any insight about the issue ?

Thanks.

How to add background images?

Hi i want to add some background images to train on my own datasets, but i saw you already define the classes_count['bg'] = 0 and no related code to add background images , could you tell me which file i can modify or which variable can be added some bachground images, thanks :)

notebook code doesn't match training.py code when training locally

So in the "Data Processing and Learning.ipynb"

Same pictures training/testing


model, history = train.training(model, X_train, X_test, y_train, y_test, data_augmentation=True)#, callback=True, six_conv=True)

## Training in the notebook
X_train, X_test, y_train, y_test = train.get_dataset()
model, opt = train.create_model_four_conv(X_train.shape[1:])
model.compile(loss='categorical_crossentropy',
               optimizer=opt,
               metrics=['accuracy'])
model, history = train.training(model, X_train, X_test, y_train, y_test, data_augmentation=True, callback=True, six_conv=True)

​the train.training code from line 183 on "train.py"

def training(model, X_train, X_test, y_train, y_test, data_augmentation=True):

these don't match,...

Exception: 'NoneType' object...

Exception: 'NoneType' object has no attribute 'getitem'
or
Exception: 'NoneType' object is no subscriptable
or
Exception: a must be non-empty

what is the reason of these exceptions?

Exception a must be non-empty

Do you get this exception during training? The loss decreases and training continues, but I'd like to understand where this exception comes from and if it needs to be remedied. I realize that @yhenon has deprecated the repo, but I'm hoping to get help from other folks who've used this. Thanks in advance.

How to deal with multi-label data?

This project uses data with only one label...
My data format is
000001.jpg
car 13 311 84 362
car 362 330 500 389
...
car 84 323 121 350
7

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.