ml-hongkong / hongkong_flowers

An APP for identify flowers in Hong Kong with Deep Learning technology
31 stars 6 forks source link

Fix Predict Local cannot run after FlowerClassificationModel remove from Options #18

Closed moming2k closed 6 years ago

moming2k commented 6 years ago

The changes in #14 has removed the self.FlowerClassificationModel from options.py, and predict_local.py require that variable is failed to run after that merge.

This merge request adopt the required change to predict_local.py so it can run now.

moming2k commented 6 years ago

Hi @indiejoseph

can you help review when have time, thanks

moming2k commented 6 years ago

Also fix the problem that the predict result is incorrect due to mac and linux different in directory order

moming2k commented 6 years ago

Thanks @indiejoseph