RoomNet
RoomNet copied to clipboard
A lightweight ConvNet (~700 KB) to classify pictures of different rooms of a house/apartment with 88.9 % accuracy
Results
1
RoomNet issues
Sort by
recently updated
recently updated
newest added
## Error The new tensorflow version (2.0) has a different API; ``` Traceback (most recent call last): File "app.py", line 21, in nn = RoomNet(num_classes=len(CLASS_LABELS), im_side=IMG_SIDE, compute_bn_mean_var=False, File "/RoomNet/network.py", line...