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

Unknown kernel transform "rp" #1

Open Coolshanlan opened 7 months ago

Coolshanlan commented 7 months ago

The following error occurs when I execute kecor strategy

File "KECOR-active-3Ddet/tools/../pcdet/query_strategies/NTK_lib/NTK/algorithms.py", line 119, in select
    raise ValueError(f'Unknown kernel transform "{tfm_name}"')
ValueError: Unknown kernel transform "rp"

how can I fix it? Thanks.

By the way, can you provide the paper result's checkpoints?

Luoyadan commented 7 months ago

Hi Coolshanlan,

I will clean up the codes and upload the ckpts to google drive after March 8. Thanks for the patience.

Cheers, Yadan

Luoyadan commented 7 months ago

The following error occurs when I execute kecor strategy

File "KECOR-active-3Ddet/tools/../pcdet/query_strategies/NTK_lib/NTK/algorithms.py", line 119, in select
    raise ValueError(f'Unknown kernel transform "{tfm_name}"')
ValueError: Unknown kernel transform "rp"

how can I fix it? Thanks.

By the way, can you provide the paper result's checkpoints?

Hi CoolShanlan,

Thanks for your patience. Please use this link to access the checkpoints: https://drive.google.com/drive/folders/1xbEI3tSfTCHIt3m8tk4hAy4qBJ55NuqL?usp=sharing. Let me know if you need anything as those files may reach the storage limit and I can share with you separately.

Cheers, Yadan

Coolshanlan commented 7 months ago

Thank you very much for your reply : ) But I found that pv_rcnn_active_NTK_kecor_grad_new_1 and pv_rcnn_active_NTK_kecor_ll are empty.

Could you also provide active_label ? Thanks!

Luoyadan commented 7 months ago

Hi,

Sorry that it has reached my Google Drive storage limit. But I have uploaded all ckpts in the kecor_grad_new_1.

Cheers, Yadan

Yadan Luo

School of Information Technology and Electrical Engineering

University of Queensland

Brisbane, Australia

On Wed, Mar 13, 2024 at 12:52 PM Coolshan @.***> wrote:

Thank you very much for your reply. But I found that these folders pv_rcnn_active_NTK_kecor_grad_new_1 and pv_rcnn_active_NTK_kecor_ll are empty.

— Reply to this email directly, view it on GitHub https://github.com/Luoyadan/KECOR-active-3Ddet/issues/1#issuecomment-1993231358, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEB3WPFDFPUZDZQPQTMDW3TYX65NTAVCNFSM6AAAAABDX3AU42VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJTGIZTCMZVHA . You are receiving this because you commented.Message ID: @.***>

Luoyadan commented 7 months ago

Hi,

I will re-upload them again.

Cheers, Yadan

Yadan Luo

School of Information Technology and Electrical Engineering

University of Queensland

Brisbane, Australia

On Wed, Mar 13, 2024 at 12:52 PM Coolshan @.***> wrote:

Thank you very much for your reply. But I found that these folders pv_rcnn_active_NTK_kecor_grad_new_1 and pv_rcnn_active_NTK_kecor_ll are empty.

— Reply to this email directly, view it on GitHub https://github.com/Luoyadan/KECOR-active-3Ddet/issues/1#issuecomment-1993231358, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEB3WPFDFPUZDZQPQTMDW3TYX65NTAVCNFSM6AAAAABDX3AU42VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJTGIZTCMZVHA . You are receiving this because you commented.Message ID: @.***>

Coolshanlan commented 7 months ago

I see, thanks.

Another's question that the following error occurs when I execute kecor strategy

File "KECOR-active-3Ddet/tools/../pcdet/query_strategies/NTK_lib/NTK/algorithms.py", line 119, in select
    raise ValueError(f'Unknown kernel transform "{tfm_name}"')
ValueError: Unknown kernel transform "rp"

how can I fix it? Thanks.

Luoyadan commented 7 months ago

I will check tomorrow. It’s highly likely that I forgot to commit a script…

Yadan Luo

School of Information Technology and Electrical Engineering

University of Queensland

Brisbane, Australia

Coolshan @.***>于2024年3月13日 周三下午4:24写道:

I see, thanks.

Another's question that the following error occurs when I execute kecor strategy

File "KECOR-active-3Ddet/tools/../pcdet/query_strategies/NTK_lib/NTK/algorithms.py", line 119, in select raise ValueError(f'Unknown kernel transform "{tfm_name}"') ValueError: Unknown kernel transform "rp"

how can I fix it? Thanks.

— Reply to this email directly, view it on GitHub https://github.com/Luoyadan/KECOR-active-3Ddet/issues/1#issuecomment-1993653866, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEB3WPFU4SXLMJNZVP2HSZTYX7WIRAVCNFSM6AAAAABDX3AU42VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJTGY2TGOBWGY . You are receiving this because you commented.Message ID: @.***>

Coolshanlan commented 7 months ago

I appreciate your help very much, let me organize the issues:

  1. I hope you can provide active labels.
  2. The data for pv_rcnn_active_NTK_kecor_grad_new_1 & pv_rcnn_active_NTK_kecor_II is empty, and there is a missing checkpoint for pv_rcnn_active_NTK_kecor_grad_new.
  3. There was an error when running kecor.

Thank you so much for your assistance!

Luoyadan commented 7 months ago

Hi Coolshanlan, I have fixed the error in NTK lib and it should be working now. I will upload the active labels and other checkpoints tomorrow as the extra storage has to be purchased. But will keep you updated.

Cheers, Yadan

Coolshanlan commented 6 months ago

Hi, Thank you for the update. The kecor strategy can now run. I would greatly appreciate if you could provide the active_labels and other checkpoints.

Thank you so much for your assistance!