Luoyadan / KECOR-active-3Ddet

The official PyTorch implementation of "KECOR: Kernel Coding Rate Maximization for Active 3D Object Detection" (ICCV 2023).
Apache License 2.0
8 stars 1 forks source link

ValueError: Unknown kernel transform "rp" #2

Closed yux326 closed 4 months ago

yux326 commented 7 months ago

Hello, thanks for your work! An error occoured when I run KECOR for PVRCNN Training: ValueError: Unknown kernel transform "rp"

I noticed another issue about the same problem, how can I fix it?

Thanks again!

Luoyadan commented 7 months ago

Hi,

I will get it fixed tomorrow, sorry for the delay.

Cheers, Yadan

Yadan Luo

School of Information Technology and Electrical Engineering

University of Queensland

Brisbane, Australia

On Fri, Mar 15, 2024 at 6:31 PM yux326 @.***> wrote:

Hello, thanks for your work! An error occoured when I run KECOR for PVRCNN Training: ValueError: Unknown kernel transform "rp"

I noticed another issue about the same problem, how can I fix it?

Thanks again!

— Reply to this email directly, view it on GitHub https://github.com/Luoyadan/KECOR-active-3Ddet/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEB3WPGOUOS3ERVEQ4HKVJTYYKWVZAVCNFSM6AAAAABEXSDOAGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE4DOOJXHEZDGMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Luoyadan commented 7 months ago

Hi yux326,

I have updated the NTK lib and it should work now. Please let me know if there are any questions and happy to help.

Cheers, Yadan

yux326 commented 7 months ago

Hello, I have used the nwew code and it works, thank you so much! However, I meet another bug with Second model, I have add a new issue(#3 ). Hope you could help fix it.

Thanks again for your help!

Yux