From 34f87387d072f5dde7cad0b6741d4150e842567d Mon Sep 17 00:00:00 2001 From: Kaihua Tang Date: Sat, 10 Aug 2024 13:09:57 +0800 Subject: [PATCH 1/8] Create FUNDING.yml --- .github/FUNDING.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..72cbb380 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,15 @@ +# These are supported funding model platforms + +github: [KaihuaTang] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry +polar: # Replace with a single Polar username +buy_me_a_coffee: # Replace with a single Buy Me a Coffee username +thanks_dev: # Replace with a single thanks.dev username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] From abb098ee4d77192f9759cc1a8778d859bc900fc1 Mon Sep 17 00:00:00 2001 From: Kaihua Tang Date: Sat, 10 Aug 2024 21:22:34 +0800 Subject: [PATCH 2/8] Update FUNDING.yml --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 72cbb380..fa359aea 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -10,6 +10,6 @@ liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry polar: # Replace with a single Polar username -buy_me_a_coffee: # Replace with a single Buy Me a Coffee username +buy_me_a_coffee: tkhchipaomg thanks_dev: # Replace with a single thanks.dev username custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] From cd28774f5d0be852062765dae76d949347858529 Mon Sep 17 00:00:00 2001 From: Kaihua Tang Date: Sun, 11 Aug 2024 22:39:30 +0800 Subject: [PATCH 3/8] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a61db5ed..e15d4513 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ Our paper [Unbiased Scene Graph Generation from Biased Training](https://arxiv.org/abs/2002.11949) has been accepted by CVPR 2020 (Oral). +**If my open source projects have inspired you, giving me some sponsorship will be a great help to my subsequent open source work.** +[Support my subsequent open source work❤️🙏](https://kaihuatang.github.io/donate.html) + ## Recent Updates - [x] 2020.06.23 Add no graph constraint mean Recall@K (ng-mR@K) and no graph constraint Zero-Shot Recall@K (ng-zR@K) [\[link\]](METRICS.md#explanation-of-our-metrics) From c644d3c7d6c4a58caa5c415f81edc70f02cae5e3 Mon Sep 17 00:00:00 2001 From: Kaihua Tang Date: Sun, 11 Aug 2024 22:46:22 +0800 Subject: [PATCH 4/8] Update FUNDING.yml --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index fa359aea..87a36a6b 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -12,4 +12,4 @@ lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cl polar: # Replace with a single Polar username buy_me_a_coffee: tkhchipaomg thanks_dev: # Replace with a single thanks.dev username -custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] +custom: ['https://kaihuatang.github.io/donate'] From d5143fda5b9654e3c4e44941bcd9d1a1969cbd0d Mon Sep 17 00:00:00 2001 From: Kaihua Tang Date: Tue, 10 Sep 2024 22:26:39 +0800 Subject: [PATCH 5/8] Update DATASET.md --- DATASET.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/DATASET.md b/DATASET.md index 60ab16ee..cae613e8 100644 --- a/DATASET.md +++ b/DATASET.md @@ -7,3 +7,8 @@ Note that our codebase intends to support attribute-head too, so our ```VG-SGG.h 1. Download the VG images [part1 (9 Gb)](https://cs.stanford.edu/people/rak248/VG_100K_2/images.zip) [part2 (5 Gb)](https://cs.stanford.edu/people/rak248/VG_100K_2/images2.zip). Extract these images to the file `datasets/vg/VG_100K`. If you want to use other directory, please link it in `DATASETS['VG_stanford_filtered']['img_dir']` of `maskrcnn_benchmark/config/paths_catelog.py`. 2. Download the [scene graphs](https://1drv.ms/u/s!AmRLLNf6bzcir8xf9oC3eNWlVMTRDw?e=63t7Ed) and extract them to `datasets/vg/VG-SGG-with-attri.h5`, or you can edit the path in `DATASETS['VG_stanford_filtered_with_attribute']['roidb_file']` of `maskrcnn_benchmark/config/paths_catalog.py`. +### Backup Download Links +Thanks for [Catchip](https://github.com/Catchip), we now provide some backup download links for VG-SGG-with-attri.h5 and other files. +1. [Baidu](https://pan.baidu.com/s/1oyPQBDHXMQ5Tsl0jy5OzgA) Extraction code:1234 +2. [Weiyun](https://share.weiyun.com/ViTWrFxG) + From be2c0f14c84890516b94f99a660446d84ac9426c Mon Sep 17 00:00:00 2001 From: Kaihua Tang Date: Tue, 10 Sep 2024 22:34:34 +0800 Subject: [PATCH 6/8] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e15d4513..fd63db92 100644 --- a/README.md +++ b/README.md @@ -74,12 +74,13 @@ After you download the [Faster R-CNN model](https://1drv.ms/u/s!AmRLLNf6bzcir8xe The above pretrained Faster R-CNN model achives 38.52/26.35/28.14 mAp on VG train/val/test set respectively. ## Alternate links +Thanks for sponsorship from [Catchip](https://github.com/Catchip). Since OneDrive links might be broken in mainland China, we also provide the following alternate links for all the pretrained models and dataset annotations: -Since OneDrive links might be broken in mainland China, we also provide the following alternate links for all the pretrained models and dataset annotations using BaiduNetDisk: - -Link:[https://pan.baidu.com/s/1oyPQBDHXMQ5Tsl0jy5OzgA](https://pan.baidu.com/s/1oyPQBDHXMQ5Tsl0jy5OzgA) +Link1(Baidu):[https://pan.baidu.com/s/1oyPQBDHXMQ5Tsl0jy5OzgA](https://pan.baidu.com/s/1oyPQBDHXMQ5Tsl0jy5OzgA) Extraction code:1234 +Link2(Weiyun): [https://share.weiyun.com/ViTWrFxG](https://share.weiyun.com/ViTWrFxG) + ## Faster R-CNN pre-training The following command can be used to train your own Faster R-CNN model: ```bash From d9f93e847a66e2be7e8e5b965e90adc26e0bf002 Mon Sep 17 00:00:00 2001 From: Kaihua Tang Date: Tue, 10 Sep 2024 22:35:10 +0800 Subject: [PATCH 7/8] Update DATASET.md --- DATASET.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DATASET.md b/DATASET.md index cae613e8..3b411328 100644 --- a/DATASET.md +++ b/DATASET.md @@ -8,7 +8,7 @@ Note that our codebase intends to support attribute-head too, so our ```VG-SGG.h 2. Download the [scene graphs](https://1drv.ms/u/s!AmRLLNf6bzcir8xf9oC3eNWlVMTRDw?e=63t7Ed) and extract them to `datasets/vg/VG-SGG-with-attri.h5`, or you can edit the path in `DATASETS['VG_stanford_filtered_with_attribute']['roidb_file']` of `maskrcnn_benchmark/config/paths_catalog.py`. ### Backup Download Links -Thanks for [Catchip](https://github.com/Catchip), we now provide some backup download links for VG-SGG-with-attri.h5 and other files. +Thanks for the sponsorship from [Catchip](https://github.com/Catchip), we now provide some backup download links for VG-SGG-with-attri.h5 and other files. 1. [Baidu](https://pan.baidu.com/s/1oyPQBDHXMQ5Tsl0jy5OzgA) Extraction code:1234 2. [Weiyun](https://share.weiyun.com/ViTWrFxG) From 6f75881ad6076d3a1aee34e9bead2b3595631086 Mon Sep 17 00:00:00 2001 From: Kaihua Tang Date: Fri, 25 Oct 2024 14:20:51 +0800 Subject: [PATCH 8/8] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fd63db92..6f8e6933 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,7 @@ Our paper [Unbiased Scene Graph Generation from Biased Training](https://arxiv.org/abs/2002.11949) has been accepted by CVPR 2020 (Oral). -**If my open source projects have inspired you, giving me some sponsorship will be a great help to my subsequent open source work.** -[Support my subsequent open source work❤️🙏](https://kaihuatang.github.io/donate.html) +[Support my open source work](https://kaihuatang.github.io/donate.html) ## Recent Updates