Samah AbuSalim
Samah AbuSalim
Sir, I'm trying to create a graph for each data but it creates all the graphs in a single graph. ``` graphData.append(data) for i in range(len(graphData)): print("An element of data:...
I have 800 data looks like this: Data(pos=[15, 2], pixel_values=[15], detection_score=[15], edge_index=[2, 45], edge_attr=[45, 1]) Data(pos=[12, 2], pixel_values=[12], detection_score=[12], edge_index=[2, 36], edge_attr=[36, 1]) ....... I need to create a graph...
Thank you. I got it Sir.
Sir, I am trying to get some information about the dataset. But I got an error when I try to get the `num_features` and `num_classes`. my code: ``` print(f'Dataset: {dataset}:')...
ok, the `graphData `is a list of `data `objects. It returns `num_node_features = 0` for each `data`. For `num_classes` it shows me error: `AttributeError: 'GlobalStorage' object has no attribute 'num_classes'`...
Sir, I want to implement GCN on my dataset for the node classification task. but I got error: `Sizes of tensors must match except in dimension 0`. the` load_data_graph `returns...
I would be grateful if you could add ResNet101 as soon as possible as I need it for research purpose. `Regarding precision and recall. You can check precision and recall,...
Thank you so much Sir, `python eval.py --weights outputs/training/custom_training/best_model.pth --config data_configs/custom_data.yaml --model fasterrcnn_resnet50_fpn_v2 --verbose` I have tried this and I only got the AP. How I can get the Recall...
It shows the average precision for each class but not recall, I just need the recall and F1 score. Thank you so much.
Thank you Sir. I would be thankful if you add the recall at the earliest possible time.