CE/CZ-7454 A1: PSG Relation Classification #40
Replies: 13 comments 22 replies
-
For this assignment 1, is it ok to just retrain and test the model of this paper 'Panoptic Scene Graph Generation'? Thanks.
|
Beta Was this translation helpful? Give feedback.
-
Hi, may I know the label of test data is from 0-49 or 6-55? since it only has 50 classes, should we change the Dataset class of the provided simple baseline? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi, may I know how can I obtain the file 'psg.json', in which the 133 thing/stuff category names are provided? I cannot find it in neither the project directories nor the dataset download link |
Beta Was this translation helpful? Give feedback.
-
Hi Jingkang, if I know a professor who has done a similar (not exactly the same) research task, is there any problems if I read his publication and ask him about his approach? I will implement the model and training by myself of course. |
Beta Was this translation helpful? Give feedback.
-
Hi, does anyone have issues with memory leaks when running the baseline code? @Jingkang50 what kind hardware was this dataset trained on? |
Beta Was this translation helpful? Give feedback.
-
RuntimeError: DataLoader worker is killed by signal: killed. This error happened in the first epoch no matter how large the batch size is: 16/8/4/2/1 My device is 2080Ti, and I change the baseline resnet50 to resnet34, and apply the solution of "del" before every forward operation, but the problem is still there. |
Beta Was this translation helpful? Give feedback.
-
@Jingkang50 may I know what the purpose of the file "grade.py" in "OpenPSG/ce7454/"? How do we use it? |
Beta Was this translation helpful? Give feedback.
-
Hi, does anyone have this issue when submitting? I submitted the zip file according to the submission.zip format specified by the competition, and I got this error : |
Beta Was this translation helpful? Give feedback.
-
Hi Prof @Jingkang50 , I try to run OpenPSG code but it produces error on testing and validating step. Traceback (most recent call last): I found that attribute results['ann_info']['seg_map'] is empty in results. which causes this error. Can you show me how to fix this problem. OpenPSG/openpsg/datasets/pipelines/loading.py Line 127 in 23f9c89 Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hi @Jingkang50, I was wondering about the format of the report. Is there a page limit for it? |
Beta Was this translation helpful? Give feedback.
-
[RuntimeError: CUDA error: device-side assert triggered] Hi all, I keep running into the following error in the evaluator (no issue for trainer):
Can i check if anyone has met the same issue before and has a solution? |
Beta Was this translation helpful? Give feedback.
-
Hi @Jingkang50 do you know if the assignment submission in NTULearn allows multiple resubmissions? In case we have any last minute updates? |
Beta Was this translation helpful? Give feedback.
-
Dear Prof. @Jingkang50 , NTU learn has problem in last minutes of submitting assignment 1. It was 23:56. Now I cannot upload my report. Could you please give me a chance to submit |
Beta Was this translation helpful? Give feedback.
-
Feel free to discuss your assignments here.
Beta Was this translation helpful? Give feedback.
All reactions