Pooya Mohammadi Kazaj

Results 14 comments of Pooya Mohammadi Kazaj

@noreenanwar This code only needs the saved model. The model could be trained on a custom dataset or one of the yolov5's standard models.

@Wenxc I updated the model, why don't you check it again!

@maheluyao429 ``` pip install opencv-python ``` install this package.

@jccmoing-bit Hi jccmoin, check the `main.py` for more help. There is an input argument by the name `name`. ``` ... parser.add_argument('--names', type=str, default=None, help='The name of the classes. The default...

@jccmoing-bit [how to pass in custom names](https://github.com/pooya-mohammadi/yolov5-gradcam#custom-name)

@shenhaibb This issue is solved in the final commit

@zzff-sys Checked the model and works fine. Please check it again on colab

@jccmoing-bit 1. Your weights are trained on a custom dataset or you are using pretrained weights of yolov5? 2. Secondly, have installed the requirements? 3. Finally, have tried colab notebook...

Hi @alirezakazemipour. I appreciate your concern. It's possible. I'll implement a testing CI.

@alirezakazemipour The CI tests are being implemented. Since the tests don't cover all the functions yet, any cooperations in this section are amply welcome!