contrastBoundary
contrastBoundary copied to clipboard
How to run contrastive boundary learning with CloserLook3D baseline?
Hi,
How to run contrastive boundary learning with CloserLook3D baseline on S3DIS dataset? Thanks. ConvNet is run by: python main.py -c config.s3dis.conv_0
Best.
Hi,
I'm sorry that I do not understand what you mean by the 'ResNet'.
@LiyaoTang Hi, I mean that how to run CBL on CloserLook3D, not only ConvNet. In your instruction, you give the running code on ConvNet like this: python main.py -c config.s3dis.conv_0, but not on CloserLook3D. What command line of running on CloserLook3D? Thanks.
Hi, you could run by specifying the corresponding config, eg. -c config.s3dis.pospool_0
.
Additionally, if you like, you can also extend to use the pseudo-grid
method. But that requires a bit of coding as I did not work on that method, yet it should be similar to how I define the Pospool
class.
@LiyaoTang OK. How to find the model defination like -c config.s3dis.pospool_0 or -c config.s3dis.conv_0? Is there any other choices?
You can look into each config file. You should also check how the Config
class is defined in config/base.py