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

Empty cyclist tensor #83

Open
MakerFace opened this issue Mar 16, 2023 · 1 comment
Open

Empty cyclist tensor #83

MakerFace opened this issue Mar 16, 2023 · 1 comment

Comments

@MakerFace
Copy link

Trying to resize storage that is not resizable at /opt/conda/conda-bld/pytorch_1550802451070/work/aten/src/TH/THStorageFunctions.cpp:70
File "/home/chen/CLOCs/second/pytorch/train.py", line 51, in example_convert_to_torch
v, dtype=torch.float32, device=device).to(dtype)
File "/home/chen/CLOCs/second/pytorch/train.py", line 420, in train
raise e
File "/home/chen/CLOCs/second/pytorch/train.py", line 420, in train
raise e
File "/home/chen/CLOCs/second/pytorch/train.py", line 981, in
fire.Fire()

image

The tensor v is empty, how to solve it?

@MakerFace
Copy link
Author

Trying to resize storage that is not resizable at /opt/conda/conda-bld/pytorch_1550802451070/work/aten/src/TH/THStorageFunctions.cpp:70
File "/home/chen/CLOCs/second/pytorch/train.py", line 51, in example_convert_to_torch
v, dtype=torch.float32, device=device).to(dtype)
File "/home/chen/CLOCs/second/pytorch/train.py", line 420, in train
raise e
File "/home/chen/CLOCs/second/pytorch/train.py", line 420, in train
raise e
File "/home/chen/CLOCs/second/pytorch/train.py", line 981, in
fire.Fire()

image

The tensor v is empty, how to solve it?

the gt_2d_boxes of cyclist is null, should I full zero or negative value to it? or just skip it?

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

No branches or pull requests

1 participant