eg4000 / SKU110K_CVPR19

767 stars 181 forks source link

our repeat step for training and testing(over) #68

Closed gmt710 closed 3 years ago

gmt710 commented 4 years ago

our repeat step for training and testing

windows(only cpu) python3.6 keras==2.2.4 keras-resnet six scipy Pillow pandas tensorflow==1.12.0 tqdm opencv-python==3.2.0.6

or

ubuntu16.04
python3.5 keras==2.2.4 keras-resnet six scipy Pillow pandas tensorflow-gpu tqdm opencv-python==3.1.0.4

our repeat step for training

python -u ./train.py csv

Display for windows: image image

It's a slow response to downloading the h5 model. image

Display for linux: image

Training: image

First three step I've changed.The second step you need modify yourself.

eg4000 commented 4 years ago

Thanks for sharing. Did it eventually work?

gmt710 commented 4 years ago

Further validation may be required as I am downloading h5 file. I will update the issue whether it succeeds or not.

gmt710 commented 4 years ago

Ok.I am training now. image

xuanwdx commented 4 years ago

Here, I met a programme trouble as below.

image I searched all the code carefully but couldn't find _strided_slice1 out. Would you mind having a look at this? Thank you.

eg4000 commented 4 years ago

Hi, I think it's a version issue in RetinaNet. Did you search for issues in their repository?

https://github.com/fizyr/keras-retinanet/issues/1118

Also, here: https://github.com/eg4000/SKU110K_CVPR19/issues/51