zzh

Results 9 issues of zzh

### Description Hello, an amazing work! Thanks for opensouring all code! However, when i use **NPA algorithm** training on **a self-made dataset**, i find its abnormal performance. **That is, the...

help wanted

Hello, i run the grad cam on my two projects, one is about face recognition, and the another is about video action recognition. However, the result image of CAM focus...

你好~ 我想问一下除了需要配置MySQL,还需要其他配置吗?例如Tomcat等。 谢谢~

你好~ 我想问一下除了需要配置MySQL,还需要其他配置吗?例如Tomcat等。 谢谢~

@xingyul Hello, thanks for your awesome work! However, i find that the implement of upconv. part is different between repo. and paper. In the paper, 1. use different radius to...

求教97%准确率模型的超参设置和数据集划分,谢谢了~

(point-nerf) zzh@zzh-pc:~/Projects/NeRF/pointnerf$ bash dev_scripts/w_n360/lego_cuda.sh dev_scripts/w_n360/lego_cuda.sh: line 291: **9526 Segmentation fault** python train_ft_nonstop.py --experiment $name --scan $scan --data_root $data_root --dataset_name $dataset_name --model $model --which_render_func $which_render_func --which_blend_func $which_blend_func --out_channels $out_channels --num_pos_freqs $num_pos_freqs...

你好~ 我看到在README里有人脸识别的结果,包括resnet50和resnet101,但是code里好像是一个5层CNN。 所以想请教一下对于resnet的深层网络,怎么将DGR迁移过去,需要做出哪些改变? 谢谢~

Hello~An excellent work! When reading your code, i find that the implement of function "graph_pair_sim" is different from loss.py and match_fn.py ### Code in match_fn.py dis_loc = (loc_dis_mat * weight_mat).mean()...