-
Notifications
You must be signed in to change notification settings - Fork 457
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
INSTALL ERROR #237
Comments
hi, compiling dcn is optional (we don't use dcn in the most recent version). And it seems to only work with old torch version (e.g. 1.1). I updated the install guide, you only need to compile the nms https://github.com/tianweiy/CenterPoint/blob/master/docs/INSTALL.md#cuda-extensions |
ok, thanks! |
Hi, thx for sharing your works. NameError: name 'DeformConv' is not defined what should I do to skip installing DeformConv? |
at which line of code and which config are you using? |
Thanks for your prompt reply cd det3d/ops/dcn It returns: ninja: build stopped: subcommand failed. The above exception was the direct cause of the following exception: Traceback (most recent call last): When I run the following commands according to the https://github.com/tianweiy/CenterPoint/blob/master/docs/GETTING_START.md: python tools/dist_test.py configs/nusc/voxelnet/nusc_centerpoint_voxelnet_0075voxel_dcn_flip.py --work_dir work_dirs/nusc_centerpoint_voxelnet_dcn_0075voxel_flip_testset --checkpoint work_dirs/nusc_0075_dcn_flip_track/voxelnet_converted.pth --testset --speed_test It returns: Use Deformable Convolution in the CenterHead! |
hi, please see my reply here #362 (comment) basically, dcn doesn't work with latest torch version so I suggest you to switch to non-dcn configs (which actually gets better performance). If you just need the detection file, you can refer to #249 otherwise, just change the config name and checkpoint path to https://github.com/tianweiy/CenterPoint/tree/master/configs/nusc#voxelnet Thanks |
Good suggestions! |
Hi,
Thanks for your code.
When I was building environment following INSTALL.md[Cuda Extensions], I came across such error:
I don't know how to deal with it. Could you give me some ideas? Thanks!
The text was updated successfully, but these errors were encountered: