BossSensor icon indicating copy to clipboard operation
BossSensor copied to clipboard

Hide screen when boss is approaching.

Results 27 BossSensor issues
Sort by recently updated
recently updated
newest added

X_train, X_test, y_train, y_test = train_test_split(images, labels, test_size=0.3, random_state=random.randint(0, 100)) X_valid, X_test, y_valid, y_test = train_test_split(images, labels, test_size=0.5, random_state=random.randint(0, 100))

I have accomplish the model's train and evaluate,the evaluate result is 93%,but when I predict face on my camera , the process will think of all the faces as me...

When I read “boss_train.py”,I found a constant named "FILE_PATH".I can't find its value "./store/model.h5" in any folders.Is it a forein file?

I run the boss_train.py, but there is an error called "AttributeError". It says that, 'ProgbarLogger' object has no attribute 'log_values'. Does anyone know how this problem happens? Thanks!

As the title says, can this project work on Windows10?

Model Saved. Traceback (most recent call last): File "boss_train.py", line 180, in model.save() File "boss_train.py", line 147, in save self.model.save(file_path) File "/usr/local/lib/python2.7/dist-packages/keras/engine/topology.py", line 2423, in save save_model(self, filepath, overwrite) File...

**boss_train.py** errors have occurred. /Users/icent/Documents/BossSensor/data/boss/dummy.jpg X_train shape: (0, 64, 64, 3) 0 train samples 0 valid samples 1 test samples ~~ Total params: 6489634 ____________________________________________________________________________________________________ Using real-time data augmentation. Epoch...