vlbthambawita commited on
Commit
cd00be0
1 Parent(s): e35f382

updated readme

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -38,10 +38,11 @@ frame_graph = nx.read_graphml('path/to/frame_graph_X.graphml')
38
 
39
  # Load the video graph
40
  video_graph = nx.read_graphml('path/to/video_graph.graphml')
 
41
 
42
  TO USE THIS DATA, you need to cite the paper:
43
  https://arxiv.org/abs/2212.02842
44
 
45
- Nature Scientific data paper will be available soon.
46
 
47
 
 
38
 
39
  # Load the video graph
40
  video_graph = nx.read_graphml('path/to/video_graph.graphml')
41
+ ```
42
 
43
  TO USE THIS DATA, you need to cite the paper:
44
  https://arxiv.org/abs/2212.02842
45
 
46
+ The correspondign Nature Scientific data paper will be available soon.
47
 
48