Yan Tao
Yan Tao
Hi. It's a great project. I want to use KAN in radar signal processing domain. As you know that the radar signal is complex number. When I create a dataset...
It is a great library. But when I use tensorflow v1.0.0 it didn't work. My code: class FcvImgSeg(object): def __init__(self): print('init') self.slim = tf.contrib.slim self.fcv_ckpt_path = './models/lcct/model_fcn8s_final.ckpt' self.number_of_classes = 21...
I had downloaded the pretrained weights. I tried to run the visualization code: ```bash python tools/analysis_tools/visualization.py --result-path test/VAD_base_stage_2/Fri_Aug__4_10_18_26_2023/pts_bbox/results_nusc.pkl --save-path work/vis_results ``` It gave some warning like this one: ```bash /mnt/10t/yantao/adev/p00/VAD/projects/mmdet3d_plugin/core/bbox/structures/nuscenes_box.py:262:...
### Is there an existing issue ? / 是否已有相关的 issue ? - [x] I have searched, and there is no existing issue. / 我已经搜索过了,没有相关的 issue。 ### Describe the bug /...