MonoScene: Dataloader not loading data
hi @anhquancao Can you please help here why Dataloader is not picking up the data
Command
python monoscene/scripts/generate_output.py +output_path=$MONOSCENE_OUTPUT dataset=NYU NYU_root=$NYU_ROOT NYU_preprocess_root=$NYU_PREPROCESS n_gpus=1 batch_size=1
Result
NYU ROOT /monoscene/nyu/NYU_dataset/depthbin/
NYU PREPROCESS ROOT /monoscene/nyu/NYU_dataset/depthbin/preprocess
NYU FRUSTUM SIZE 8
NYU BATCH SIZE 1
NYU NUM WORKERS 1
n_relations 4
Using cache found in /root/.cache/torch/hub/rwightman_gen-efficientnet-pytorch_master
Loading base model ()...Done.
Removing last two layers (global_pool & classifier).
Building Encoder-Decoder model..Done.
0it [00:00, ?it/s]
(monoscene) root@d0a
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 20 (11 by maintainers)
@anhquancao this is issue in pytorch 1.8. https://github.com/pytorch/pytorch/issues/54752
Emm, let me debug it. Also let me test dataset without loader β π
sure sure @anhquancao
Hi @SohaibAnwaar, Can you check what is the values of self.scan_names in this line https://github.com/astra-vision/MonoScene/blob/master/monoscene/data/NYU/nyu_dataset.py#L46 and if the folder self.root contains any β.binβ files?