Results 291 comments of dgtlmoon

+1 here, same issue on latest code

I wonder if it says 0, or False? ie `filesize === false` or `filesize === 0` ?

Curiously, searching for other examples I only see `test_split` being used for CSV examples....

ok - in which case, could you please add something to the documentation to say that this is only for CSV, as I spent a bit of time trying to...

[resize-all-images-to-largest-image-in-dir.py.txt](https://github.com/jolibrain/deepdetect/files/5091399/resize-all-images-to-largest-image-in-dir.py.txt)

This is important to know, so that we know if we can use loads of existing datasets out there like https://www.kaggle.com/andrewmvd/dog-and-cat-detection which have different sizing

from beniz "you can define the size at training time with width and height to use larger images than 300x300. The size is then fixed yes." yeah this is not...

Just adding a tip for others, if you get "Solver creation error", be sure that bbox:true is set on the service setup call.

I can confirm this works (sub-directory name per class) and that https://www.deepdetect.com/dd/datasets/cats_dogs.zip has it all in one directory

I believe this is caused by ``` "db_width": 224, "db_height": 224 ``` missing in the ` "parameters": {.. "input": { ` part of the `/train` call