Albert Pumarola
Albert Pumarola
I do not remember the time per iteration we had. Check the wait time for a new batch, I strongly believe we had 0, if yours is not zero it...
Seems more a problem of not being able to load the weights. This is the usual output for random weights.
"input_path: /home/zhutao/N_0000000203_00647.jpg" This does not look good at all. Are you training with only one image?
And the param `data_dir` in `run_train.sh` is pointing to your dataset? While training, the code generates an events file that can be visualized using tensorboard. Check there that the images...
Seems this is a versions error. You are probably using Pytorch 0.4, this code was made previous to this version release. It was made for Pytorch 0.3.1.
The color delta is always going to look weird. For the 200K the attentions masks seem to be okay, but for the 500K the masks are over-smoothed. To solve this...
Sorry, I am not the dataset owner. I only have a license to use it, but not to share it. I'm sure they will answer you in a few days.
A couple of days. Good luck with your project!!
Hi, Thanks. The thing is that this is a project where a Nao robot must be able to play the game by its own. In other words, it is not...
Any updates?