ignacio-rocco / cnngeometric_matconvnet

CNNGeometric MatConvNet implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unexpected results

oferavni opened this issue · comments

Hi,
I'm running the demo as is, and seem to get unexpected results such as:
cars
Would appreciate any ideas.
Thanks,
Ofer

Hi,

This method is only obtaining about 57% PCK in PF. This means that about 40% of points will be wrong, so expect some bad cases.

However, you should also get some other results which look good.

Best,
Ignacio

Hi Ignacio,

Still, there's some inconsistency I'd like to resolve. Figure 8 in the article shows:
figure8
but when I run the demo on (what I assume are the same images), I get:
carsfig8
Could these images be slightly different (e.g. resolution)? Do you expect slight differences to render such difference in the results?

Thanks so much for your prompt reply!
Ofer

Hi,

You are right. I believe the images from the paper where generated with another version of the model, with slightly less overall performance.

However, for the particular example you are pointing out, the previous model was working better.

Hi,

Do you have some non-trivial examples where the current model works well? Hope this may allow for some insights of what it does.

Thanks!
Ofer

Hi,

I'm sorry to hear that you are not satisfied with the results of the algorithm. This is ongoing research, I hope the next paper will be more satisfactory for you :)

Please make sure to check out some newer work by other colleagues such as SCNet www.di.ens.fr/willow/research/scnet/

Best,
Ignacio