Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Point Transformer training for SemanticKitti dataset #648

Open
3 tasks done
junegoo94 opened this issue May 9, 2024 · 1 comment
Open
3 tasks done

Point Transformer training for SemanticKitti dataset #648

junegoo94 opened this issue May 9, 2024 · 1 comment
Labels
question Further information is requested

Comments

@junegoo94
Copy link

Checklist

My Question

import open3d.ml as ml3d
from open3d.ml.torch.models import RandLANet, PointTransformer
from open3d.ml.torch.pipelines import SemanticSegmentation

dataset = ml3d.datasets.SemanticKITTI(dataset_path='/home/jmgoo/projects/DATA/SemanticKitti', use_cache=True)
model = PointTransformer()

pipeline = SemanticSegmentation(model=model, dataset=dataset, **cfg.pipeline)
t0 = time.time()
pipeline.run_train()
print("Training time: ", time.time()-t0)

I run the above code, but I faced "AttributeError: 'ConfigDict' object has no attribute 'optimizer'". I believe there is no yaml file yet.

How do I solve this problem?

@junegoo94 junegoo94 added the question Further information is requested label May 9, 2024
@bestmyselfllll
Copy link

I also have the same question

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants