Sadeep Jayasumana
Sadeep Jayasumana
@neda-noor-m Perhaps you have raised the question in a wrong Github project? I don't recognize any of those Python modules. There's no `trainCRF.py` file in this repository.
That is correct. This is now mentioned under "Limitations" in the README. I'll leave this issue open so that I'll remember to fix it. If you have a patch to...
@Aimeess @Nsquared2 The exception posted by Aimeess is thrown by `/home/aimer/.local/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py` (by Keras). Could you try updating your Keras version please? If it still doesn't work, please post your Keras...
@MiguelMonteiro @glhfgg1024 Thanks for reporting this. However, I don't think there's a bug in the Permutohedral lattice implementation in the repo. If there was a bug, we wouldn't be able...
Hi @MiguelMonteiro Many thanks for the explanation & examples, and sorry about the wrong guess! Could you let me know what the equivalent of the vd variable is in the...
@thwjoy Many thanks for submitting the pull request. Sorry I took so long to test it. After making some changes to the Makefile I was able to compile & link...
@JadBatmobile was this resolved? It looks like the problem was caused by using an image size other than (500 x 500).
Hi @nicolas-dufour, thanks for reporting this. This code implements the minimum-variance version of MMD estimator as explained in the function docstring: https://github.com/google-research/google-research/blob/583d3178157a3dc1eaec04935387ec797004f09b/cmmd/distance.py#L35. We did this in our codebase since most...