liujianzhao6328057

Results 23 issues of liujianzhao6328057

Thanks for your great job! I have some doubt about the data sampling within a class_change_interval. Why not remove the picked selected_classes*(self.num_samples_per_support_class+self.num_samples_per_target_class) after one iteration of support set and target...

thanks for your great work. I have some doubt about the "self.args.multi_step_loss_num_epochs" in function "get_per_step_loss_importance_vector". What does it mean?

when I run the code "python setup.py develop" src/deform_conv_cuda_kernel.cu(258): error: no suitable constructor exists to convert from "c10::ScalarType" to "at::Type" I don't know how to solve the problem

Thanks for your job. I began to enter the “few shot incremental” filed and not familiar with the datasets. Could you please release the datasets.py and dataloader first for reference?...

i run the demo.py with my own license plate images with different jpeg distortion level .but the accuaracy is extremely low . Is there something wrong ?

should the image size always be (480,480) in the demo.py?

Hi, i have two questions about the function G: 1. What is the accuracy (the ability to predict the similarity between two images) of the function G ? 2. The...

can the 'Isigma '= 0/255 in the 'Demo_deblur_real_application'?

Thanks for your great job! I have read the paper but I cannot find the the the range of lambda when you synthesize the isotropic Gaussian blur kernel for training....

('learn_final_eept', False, 'learn an auxiliary loss for predicting final end-effector pose') I have some doubt about the flag" learn_final_eept", what does it mean? Because I see that in all the...