rlqja1107 / torch-ST-SGG

Official PyTorch implementation Source code for Adaptive Self-Training Framework for Fine-grained Scene Graph generation (ST-SGG), accepted at ICLR 2024
18 stars 0 forks source link

Results reproduction #1

Open slcheng97 opened 5 months ago

slcheng97 commented 5 months ago

When running the command bash run_shell/motif/predcls/bilvl/pretrain.sh on an RTX NVIDIA 3090, I encountered difficulties reproducing the results for the Resampling method reported in Table 1:

The following is my results:

image

The following is the results reporeted in your paper:

image
slcheng97 commented 5 months ago

Another issue arises when executing command bash run_shell/hetsgg/predcls/bilvl/pretrain.sh, as the program fails to run and triggers a bug:

image
suexin27 commented 3 months ago

Hi, I also encountered the same bug. Have you solved it? thank you~