Yiliang Xie

Results 7 comments of Yiliang Xie

you shall check your anchor numbers to see if they are consistent in related layers

the first dim are dummy indices which are set to be 0 and expected by loss layer

Where is this `top[0].reshape(1, 5)`? It's in `setup()` or `forward()`?

OK, I just saw the line you referred to. This `top`, including other `top`s, that defined in `setup()` is used for caffe to perform the check at network initialization stage....

Then in `forward()` function which is the time that caffe has your real data flowing around, in this function, you can spit out the `top` that has dynamic data shape,...

Hi, the repo of the dataset seems to be no longer accessible. I have also searched on the internet but didn't find an alternative. I think the author of the...