anjugopinath

Results 10 comments of anjugopinath

Hi, Thank You for the quick response! I had some more questions. Thank You in advance. 1) I put a breakpoint inside this function. But, it wasn't hit. What is...

Hi, In this image: ![image](https://user-images.githubusercontent.com/4654298/131601842-85613e57-dce8-4733-b6f4-49f137cdd48e.png) The person is interacting with the glass bottle and the pipe. There are other bottles, a grater, a scrubber, knife etc. Should I add 'no_interaction'...

Hi, Thank You for the reply. Can I train the model if I do not have Trainval_Neg annotations for the new dataset I am using?

Hi, Thank You for the reply. Can you answer the below questions please? 1. ![image](https://user-images.githubusercontent.com/4654298/133172236-d67055ce-03f8-45e0-823a-a9a49331c944.png) 2. ![image](https://user-images.githubusercontent.com/4654298/133172273-3a33eb8a-a666-4107-8703-2ef0292d892a.png) Can you explain the contents of the above two .pkl files? Specifically, the...

Thank You for your reply. Do I need to create 24_verbs.txt,21_verbs.txt and prior_mask.pkl for training ATL?

1.What is the difference between self.num_classes = 600 and self.compose_num_classes = 600? in ResNet101_HICO.py inside class ResNet101() 2. Are the weights in self.HO_weight (size 1 by 600) randomly initialized? I...

1st Question) The folder Weights does not exist inside Data folder. But, logs folder exists. Weights folder exists inside HOI-CL/Weights/ Inside train_Solver_HICO.py, when I print "ckpt.model_checkpoint_path" before line 17, the...

Thank You for your response. This is really helpful. I had a few more questions. Could you answer them, please? **Question 1)** This is from the paper: What I understand...

I am trying to visualize the model architecture. In class_embed, (0) is of dimension 256 by 91, and if it's feeding into (1) of class_embed, shouldn't the first dimension be...