car-damage-detector icon indicating copy to clipboard operation
car-damage-detector copied to clipboard

Mask R-CNN Model to detect the area of damage on a car. The rationale for such a model is that it can be used by insurance companies for faster processing of claims if users can upload pics and they c...

Results 5 car-damage-detector issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to run your project on the mac. After pip3 install -r requirements.txt I got ModuleNotFoundError: No module named 'numpy' I checked the numpy installed. Did you meet...

I want to test your model for check the performance of mask-rcnn. If you see my comment, plz send me email to [email protected] . thank you!

Can you upload "**mask_rcnn_damage_0010.h5**" file. It will be helpful. Thanks.

ModuleNotFoundError: No module named 'tensorflow.contrib'

Dear Author, When I am running this part of the code inside Google Colab, Creating model in Inference mode import tensorflow as tf with tf.device(DEVICE): model = modellib.MaskRCNN(mode="inference", model_dir=MODEL_DIR, config=config)...