Machine-Learning-Collection
Machine-Learning-Collection copied to clipboard
A resource for learning about Machine learning & Deep Learning
In case the best_gt_idx is not found
Hi, I'm trying to use Tensorboard Projector and I found you beautiful videos on YT. I think there is an indent problems at the end of [Machine-Learning-Collection](https://github.com/aladdinpersson/Machine-Learning-Collection)/[ML](https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML)/[TensorFlow](https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/TensorFlow)/[Basics](https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/TensorFlow/Basics)/[tutorial17-tensorboard](https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/TensorFlow/Basics/tutorial17-tensorboard)/utils.py lines 156 to...
Hi, As mentioned in the README for the Yolov3 folder I was trying to find the requirements file in the repo unfortunately I am not able to find it. Can...
If I try to change FEATURES_DISC and FEATURE_GEN to a number that is not 64 I still get generated sample that have size 64x64. Is it normal / does it...
I'm just curious what the reasoning behind using the box format of corners in `get_evaluation_bboxes` and then using midpoint in `mean_average_precision`. My model has been able to achieve a mAP...
When I use the code, the detection accuracy of the training set is very good, but the detection accuracy of the test set is almost equal to 0, which is...
I trained UNET model and get dice score = 0 and all preds are black pixels only. I debugged it. After first "down" in training all values of tensor x...
Hello thank you for very nice code i search quite for CHECKPOINTS file **(CHECKPOINT_GEN = "gen.pth" CHECKPOINT_DISC = "disc.pth")** but i did't find in your repository can you please given...
In train.py of the Pix2Pix research paper implementation on line 34, the code should be ```opt_disc.zero_grad()``` The current one also seems to work, but I have a feeling that this...
https://github.com/aladdinpersson/Machine-Learning-Collection/blob/ac5dcd03a40a08a8af7e1a67ade37f28cf88db43/ML/Pytorch/object_detection/YOLOv3/dataset.py#L73 Hello author, Thanks for your contribution. Let us say if the highest IOU's scale is 13, then we will assign 1 as the objectness score. When iterating to another...