From 08f485fc2f60891f9650e92212f7d9aca9e6b3b9 Mon Sep 17 00:00:00 2001
From: huipengly <huipengly@gmail.com>
Date: Mon, 8 Apr 2019 22:46:04 +0800
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f86f0fc..baa59b0 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ This repository is the implementation code of the paper "DenseFusion: 6D Object
 ## Requirements
 
 * Python 2.7/3.5/3.6 (If you want to use Python2.7 to run this repo, please rebuild the `lib/knn/` (with PyTorch 0.4.1).)
-* [PyTorch 0.4.1](https://pytorch.org/)
+* [PyTorch 0.4.1](https://pytorch.org/)([PyTroch 1.0 branch](<https://github.com/j96w/DenseFusion/tree/Pytorch-1.0>))
 * PIL
 * scipy
 * numpy
-- 
GitLab