Vittorio Mazzia

Results 17 comments of Vittorio Mazzia

Hi @yanivgilad, Thank you. We appreciate it 😊 No, to create a second layer of capsules ,you have to place another "[FCCaps](https://github.com/EscVM/Efficient-CapsNet/blob/4b337f5bf79d70a56e4dec8b113fe54b44cfe963/utils/layers.py#L137)" layer, setting the number of capsules and their...

Hi @DLPerf! Thank you for your tip. However, I have a doubt: does inserting batch before all transformation functions reduce the variance of the dataset? I mean, doing as you're...

Hi, @AlexeyAB is there a way to create multiple txt files for each prediction. Because parsing result.txt file is not so easy. I would like to use this project [mAP](https://github.com/Cartucho/mAP)...

Ok, thank you. So, no one, that you know, has already made a code that parse that result.txt file?

I would try "Kitchen_knife" :)

Hi @pankhurivanjani! mmmm here something is really going bad :) Could you give more information on what you've done and what you're trying to achieve? It really seems that the...

As you can check in line 165 of [training.py](https://github.com/EscVM/RAMS/blob/master/utils/training.py) script, evaluate_every simply triggers the test procedure. Moreover, if the test PSNR is lower than the previous test, the code saves...