From 940d22266738841859ca8c6d86ab59b041115081 Mon Sep 17 00:00:00 2001 From: Ji Zhang Date: Sun, 7 Apr 2019 23:05:48 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f32f054..a3c2708 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ This is a PyTorch implementation for [Graphical Contrastive Losses for Scene Graph Generation, CVPR2019](https://arxiv.org/abs/1903.02728). ![alt text](https://github.com/NVIDIA/ContrastiveLosses4VRD/blob/master/Loss_illustration.PNG) +Example results of RelDN with L0 only and with our losses. The top row shows RelDN outputs and the bottom row visualizes the learned predicate CNN features of the two models. Red and green boxes highlight the wrong and right outputs (the first row) or feature saliency (the second row). ## Cloning ```