Mike Azatov
Mike Azatov
Hi @HusainKapadia , @NorbertDorbert Did you guys come up with a solution? I have the same problem, I'm using 2080 Ti and my Cuda usage stays mostly between 0-20%. I...
If this is the intended behaviour, it should be clearly stated in the docs.
Anybody had luck with this? I have some solution but not sure if it'll work. I also have been trying to work this out as I have 20 classes! The...
Reporting back. It trained no problem seemingly had a low loss, but the outputs on test images were complete nonsense. All pixels in the image had label 1. Seems like...
Finally got it to work. Here are the changes! The issue with more than one class is that you need to compare it with categorical cross-entropy. But in Keras categorical...
Looks like your mask is a tuple. In the code above, mask is a 4d array.
@0x09 , thanks for your reply. I'm trying to figure out if a soccer video was upscaled. I bet it's harder for the program because most of the image is...
@0x09 , thanks again for suggestions, I'm getting `Invalid image` when running `resdet image.y4m`. Are there any special settings I need to specify when running this? I generated `y4m` using...
Thanks again @0x09. This is probably a dumb question, but I'm struggling to install `resdet` with `mjpegtools` support. I install magictools using `sudo apt-get -y install mjpegtools`, and than try...
@0x09 I got it to work, thanks! I couldn't find any info about `-m sign` and `-m mag` in the repo. Could you explain the difference between running resdet with...