deep-learning-explorer
deep-learning-explorer copied to clipboard
Quickly explore how different deep learning systems work with your data
Hi, thank you for your code. It helped me a lot. I used part of your notebook file mask_rcnn.ipynb, but converted it to a .py file and split it up...
Hi, I composed your docker file and ran the mask rcnn jupyter notebook. I keep getting kernel failure at iteration 134/200 epoch 1 while training head.
When running the `docker-compose up` command in the docker directory, I get this following error. ``` console E: Held packages were changed and -y was used without --allow-change-held-packages. ERROR: Service...
My dataset is a coco-style one, containing the hdd surfaces only. The dataset has 2 classes: screw and lid, annotations are done properly and they are stored in the folder...
Hey @waspinator , I am trying to train a similar model but am having difficulty getting accuracy, can you provide the weights file(.h5) which you logged after training your model....
After getting no help on the Mask-RCNN, I wanted to give a try to FCN semantic segmentation again with my coco-style dataset. Trained the network for 20 epochs, 64 image...
Hi waspinator @waspinator You write the /libraries/mextra/utils.py for model evaluating in your shape datasets. right? But, I think the your shape datasets is coco-style. Can I use coco-API to evaluate...