abbypa / NNProject_DeepMask

Deep Neural Network for object segmentation.
187 stars 60 forks source link

could I run it on ubuntu #1

Closed amiltonwong closed 8 years ago

amiltonwong commented 8 years ago

Question: could I run it on ubuntu?

abbypa commented 8 years ago

I didn't try, probably yes- most (if not all) of the installations were recommended for linux. Please update if you succeed :)

srbhai commented 8 years ago

I was able to run this HelperScripts/CreateVggGraphWeights.py on ubuntu. Thanks. Only change you would need is the file paths need to be mentioned as "../resources/vgg16_weights.h5". I mean change the backward slash.

Also the conda commands would vary slightly how you execute them.

abbypa commented 8 years ago

Thanks for the update!