parkingslot icon indicating copy to clipboard operation
parkingslot copied to clipboard

Automated parking occupancy detection

Results 8 parkingslot issues
Sort by recently updated
recently updated
newest added

Hi, The dataset for download is not available in http://cnrpark.it/dataset/CNR-EXT_FULL_IMAGE_1000x750.tar. Any hints? Regards, Sabya

The output produced by maskedrcnn is not like the one shown in image.

HI this is great work, can you please provide the requirement .txt file or which version of TensorFlow you used? Thanks in advance

I'm trying execute Parking_Slot_YOLO.py. It calls yolo.py in which there are these codes: class YOLO(object): _defaults = { "model_path": "drive/MyDrive/ToEditParkingDetection/parkingslotmaster/model_data/yolo.h5", # "anchors_path": 'model_data/yolo_anchors.txt', "classes_path": 'model_data/coco_classes.txt', "score" : 0.15, "iou" :...

getting KeyError: 'camera' while executing resnet_occupancy.py file @visualbuffer can you help me to solve this? complete error log: Traceback (most recent call last): File "C:\Users\5tg_user1\AppData\Local\Programs\Python\Python38\lib\site-packages\pandas\core\indexes\base.py", line 3080, in get_loc return...

model_data/yolo.h5... Where is this folder/file situated? When I run this code, I get this error. !python ./convert.py ./yolov3.cfg yolov3.weights model_data/yolo.h5 OSError: Unable to create file (unable to open file: name...

The PRETRAINED MODEL WEIGHTS "mask_rcnn_coco.h5" is not a trained weights。