aashish-kumar

Results 9 comments of aashish-kumar

Its not resize but a max pool. The ROI Image is divided in 7x7 grid and maxpool in each grid.

@npapernot Can I work on this one? I think Carlini's idea will work just fine.

@npapernot I think all the three options you have mentioned are heuristic based targetted attacks. These will note be pure untargetted like how FGSM method works. Based on the Carlini's...

@npapernot I agree with the suggestion. Continuing on the discussion. I collected Data for JSMA attack on MNIST test set. Here are the results from the experiment. On this graph,...

@vikramnitin9 @npapernot I was busy with some release.I will be submitting the pull request for the feature in a week's time.

"RCNN-like models" have better accuracy for small objects like joint prediction of pedestrian & cars. Also if we reduce the region proposals to < 50, they are as efficient as...

I am currently trying to run these OD on TDA2px EVM board(TI) at ~22 fps 1) I am fine with either of them(RCNN-based, 2 step methods). Both of them will...

No problem. Here are the details: 1) ~25-30 fps on 1024x512 Input resolution with 0.5-0.6 mAP. 2) I looked at the architecture. It shows higher number of bboxes. Typical increasing...

Please correct me if my understanding is not upto mark: class specific prediction is done only on RPN output boxes(~50) for faster-rcnn In case of SSD its done on all...