ignacio-rocco / cnngeometric_matconvnet

CNNGeometric MatConvNet implementation
Other
49 stars 23 forks source link

Unexpected results #2

Closed oferavni closed 6 years ago

oferavni commented 6 years ago

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

ignacio-rocco commented 6 years ago

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

oferavni commented 6 years ago

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

ignacio-rocco commented 6 years ago

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.

oferavni commented 6 years ago

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

ignacio-rocco commented 6 years ago

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