facebookresearch / ContrastiveSceneContexts

Code for CVPR 2021 oral paper "Exploring Data-Efficient 3D Scene Understanding with Contrastive Scene Contexts"
MIT License
221 stars 28 forks source link

Which sampling method does ‘Ours(init)’ use in Figure 6? #23

Closed WeijianZhang123 closed 2 years ago

WeijianZhang123 commented 2 years ago

image

The original text is 'Ours (init) denotes the network initialization by our pre-trained model'.

The x-axis is limited labeled points, so which sampling method does 'Ours(init)' use to get these limited labeled points?

Thanks!

Sekunde commented 2 years ago

we use random sampling for this one

WeijianZhang123 commented 2 years ago

we use random sampling for this one

Thank you !