pinkfloyd06

Results 15 comments of pinkfloyd06

Hello @mdeff , @anthony123 , @fate3439 . To carry on the discussion about nodes with vectors of length 100 rather than a scalar. Given a dataset of 1000 samples (n_samples),...

Hi @tensorboy & @Lotayou , 1) I'm confronted to the same problem. How did you solve that ? any cue ? 2)Let's suppose that heatmaps containt exactly five person. Are...

Hi @tkipf, Talking about the Chebyshev polynomial order K. What is the intuition behind the way we set K-order ? In the paper entitled "Convolutional Neural Networks on Graphs with...

@TheShadow29 Thank you for your answer : 1. I do agree with you. But what l don't understand is the fact of computing L[1] L[3] and L[4] but never been...

Hello, @rushilanirudh @tkipf have you succeeded to update the code to deal with graph classification (rather than node classification. Each graph has only one class)? Thank you

Thank you for your answer @ruotianluo. 1) How can l extract the learned features associated to each bounding box ? l suppose that vectors of dimension 2048. 2) If l...

Thank you for your answer. 2- There is no NUM_CLASSES in config classes https://github.com/ruotianluo/pytorch-faster-rcnn/blob/master/lib/model/config.py 3- boxes.shape=(300, 84) so boxes[0]=(84,) are boxes of the following coordinate format : boxes[0]=[x_{0,1},y_{0,1},x_{0,2},y_{0,2},...,x_{20,1},y_{20,1},x_{20,2},y_{20,2}] ?

l confirm that. It is (x1,y1,x2,y2) https://github.com/ruotianluo/pytorch-faster-rcnn/blob/master/lib/nms/pth_nms.py#L10

Hi @ruotianluo , Thank you for your answer. demo_all_boxes.py doesn't support resnet152 https://github.com/ruotianluo/pytorch-faster-rcnn/blob/master/tools/demo_all_bboxes.py#L44 and only pascal voc data set https://github.com/ruotianluo/pytorch-faster-rcnn/blob/master/tools/demo_all_bboxes.py#L45 Am l wrong ? thank you for clarification

Hi @joaoluiscarreira , Is the fine-tuned model with kinetics-400 on UCF-101 available ?