Aruna

Results 3 issues of Aruna

In Yolov5/yolo/dataset/augment_data.py Yolov5/yolo/dataset/augment_data.py", line 103 M = T @ S @ R @ P @ C # order of operations (right to left) is IMPORTANT What operation it is doing?...

question

while converting got error as ValueError('Unknown ' + printable_module_name + ': ' + class_name) ValueError: Unknown layer: BatchNorm

i got weights from wget https://github.com/matterport/Mask_RCNN/releases/download/v2.0/mask_rcnn_coco.h5 getting error as File "main.py", line 113, in model.load_weights(H5_WEIGHT_PATH, by_name=True) File "/home/ubuntu/Downloads/Blaize/mrcnn_serving_ready-master/model.py", line 2131, in load_weights saving.load_weights_from_hdf5_group_by_name(f, layers) File "/home/ubuntu/Downloads/venv/lib/python3.6/site-packages/keras/engine/saving.py", line 1328, in load_weights_from_hdf5_group_by_name...