Git Product home page Git Product logo

strl's People

Contributors

chenfengxu714 avatar yichen928 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

strl's Issues

semseg

Hello,

thanks for your work. I have a question.
For the indoor semantic segmentation downstream task, it seems the pretrain task is still a classification task?
Am I right?

Question about the PVRCNN model in outdoor scenes

Hi !
Thanks for your great job for model pretraining on point clouds, I have a question about the outdoor scenes model, PVRCNN. Unlike the indoor scenes model VoteNet, the PVRCNN is a more complex model with two stages. So my question is where the max pooling is applied for the PVRCNN model, 3D backbone or 2D backbone?
Thanks for your reply!

experiment

I'm sorry to bother you. Are the classification experiments in your paper under 2048 points?

Experment result in dgcnn-cls

Thanks for your great work! I tried to run the training experiment with dgcnn in classification task .But I only got around 70% accuarcy in SVM evaluation and 89.6% in fine-tune evaluation. During training I found my val_loss is lower than 0.2 after 10 epoch , but the checkpoint you provided has 0.513 val_loss at epoch 51 . Is there something wrong with my config ? Thanks

optimizer:
weight_decay: 0.01
lr: 1e-3
type: adam

network: DGCNN
dataset: ShapeNet # ShapeNet, ShapeNetPart, ModelNet40, ScanNet
num_points: 2048 # 2048 for ShapeNet, 4096 for ModelNet40, 4096 for ScanNet
epochs: 100
batch_size: 32
acc_batches: 1
transform_mode: both

decay_rate: 0.996
mlp_hidden_size: 4096
projection_size: 256

k: 40
emb_dims: 1024
window_length: 3
dropout: 0.5
num_workers: 32

resume_ckpt:

Dataloader returned 0 length

Sorry to bother you, I've got an error when running train.py. ShapeNet is used as a pre-training dataset and ModelNet40 is an evaluation dataset. The two datasets are downloaded and I put them in a directory as described readme file. The detail of traceback information as follows.

Traceback (most recent call last):
File "/home/jiangfan/workspace/codespace/STRL/BYOL/train.py", line 67, in
main()
File "/home/jiangfan/miniconda3/envs/pytorch2/lib/python3.8/site-packages/hydra/main.py", line 20, in decorated_main
run_hydra(
File "/home/jiangfan/miniconda3/envs/pytorch2/lib/python3.8/site-packages/hydra/_internal/utils.py", line 171, in run_hydra
hydra.run(
File "/home/jiangfan/miniconda3/envs/pytorch2/lib/python3.8/site-packages/hydra/_internal/hydra.py", line 82, in run
return run_job(
File "/home/jiangfan/miniconda3/envs/pytorch2/lib/python3.8/site-packages/hydra/plugins/common/utils.py", line 109, in run_job
ret.return_value = task_function(task_cfg)
File "/home/jiangfan/workspace/codespace/STRL/BYOL/train.py", line 63, in main
trainer.fit(model)
File "/home/jiangfan/miniconda3/envs/pytorch2/lib/python3.8/site-packages/pytorch_lightning/trainer/trainer.py", line 997, in fit
results = self.dp_train(model)
File "/home/jiangfan/miniconda3/envs/pytorch2/lib/python3.8/site-packages/pytorch_lightning/trainer/distrib_parts.py", line 270, in dp_train
result = self.run_pretrain_routine(model)
File "/home/jiangfan/miniconda3/envs/pytorch2/lib/python3.8/site-packages/pytorch_lightning/trainer/trainer.py", line 1185, in run_pretrain_routine
self.reset_val_dataloader(ref_model)
File "/home/jiangfan/miniconda3/envs/pytorch2/lib/python3.8/site-packages/pytorch_lightning/trainer/data_loading.py", line 343, in reset_val_dataloader
self.num_val_batches, self.val_dataloaders = self._reset_eval_dataloader(model, 'val')
File "/home/jiangfan/miniconda3/envs/pytorch2/lib/python3.8/site-packages/pytorch_lightning/trainer/data_loading.py", line 303, in _reset_eval_dataloader
num_batches = len(dataloader) if _has_len(dataloader) else float('inf')
File "/home/jiangfan/miniconda3/envs/pytorch2/lib/python3.8/site-packages/pytorch_lightning/trainer/data_loading.py", line 58, in _has_len
raise ValueError('Dataloader returned 0 length.'
ValueError: Dataloader returned 0 length. Please make sure that your Dataloader at least returns 1 batch

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.