Output is 1/2 points of Input?
hansoogithub opened this issue · 1 comments
hansoogithub commented
i ran this command
python main.py --transfer_attack_method ifgm_ours
I would like visualize the before and after the results of the point cloud attack,
inside the class function
def run(self, points, target):
# i added a code to save the input, after the adversarial attack, save the output
but i am noticing the number of points of the output reduced to 1/2 of the input
how can i get it the number of output points to be the same as the number of input points?
this picture show the input on the left and output on the right