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

How to visualize? #40

Open
hbsycym opened this issue Apr 2, 2024 · 0 comments
Open

How to visualize? #40

hbsycym opened this issue Apr 2, 2024 · 0 comments

Comments

@hbsycym
Copy link

hbsycym commented Apr 2, 2024

I run the demo.py by python demo.py --cfg_file /media/wdr/cym/LoGoNet-base/detection/tools/cfgs/det_model_cfgs/kitti/LoGoNet-kitti.yaml --data_path /media/wdr/cym/LoGoNet-base/detection/data/kitti/testing/velodyne/000000.bin --ckpt /media/wdr/cym/LoGoNet-base/checkpoint_epoch_40.pth

and output error:

2024-04-02 22:12:25,115 INFO -----------------Quick Demo of al3d-det-------------------------
Traceback (most recent call last):
File "demo.py", line 107, in
main()
File "demo.py", line 80, in main
root_path=Path(args.data_path), ext=args.ext, logger=logger
File "/home/cym/miniconda3/envs/multi3d/lib/python3.6/typing.py", line 1231, in new
return _generic_new(cls.next_in_mro, cls, *args, **kwds)
File "/home/cym/miniconda3/envs/multi3d/lib/python3.6/typing.py", line 1186, in _generic_new
return base_cls.new(cls)
TypeError: Can't instantiate abstract class DemoDataset with abstract methods get_infos_and_points, init_infos

how to solve?

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