Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
zhan-xu committed Jul 22, 2020
1 parent 37276bd commit 71fc765
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions datasets/skeleton_dataset.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#-------------------------------------------------------------------------------
# © 2019-2020 Zhan Xu
# Name: skeleton_dataset.py
# Purpose: torch_geometric dataset wrapper for skeleton training and inference
# Licence: GNU General Public License v3
# RigNet Copyright 2020 University of Massachusetts
# RigNet is made available under General Public License Version 3 (GPLv3), or under a Commercial License.
# Please see the LICENSE README.txt file in the main directory for more information and instruction on using and licensing RigNet.
#-------------------------------------------------------------------------------

import os
import torch
import numpy as np
Expand Down
6 changes: 4 additions & 2 deletions datasets/skin_dataset.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#-------------------------------------------------------------------------------
# © 2019-2020 Zhan Xu
# Name: skin_dataset.py
# Purpose: torch_geometric dataset wrapper for skinning training and inference
# Licence: GNU General Public License v3
# RigNet Copyright 2020 University of Massachusetts
# RigNet is made available under General Public License Version 3 (GPLv3), or under a Commercial License.
# Please see the LICENSE README.txt file in the main directory for more information and instruction on using and licensing RigNet.
#-------------------------------------------------------------------------------

import os
import torch
import numpy as np
Expand Down

0 comments on commit 71fc765

Please sign in to comment.