Commit dcd1428d authored by Benjamin Graham's avatar Benjamin Graham
Browse files

BSD license

parent 879d0b68
This diff is collapsed.
......@@ -2,7 +2,7 @@
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
rm -rf build/ dist/ sparseconvnet.egg-info
python setup.py install
......
......@@ -2,7 +2,7 @@
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
rm -rf build/ dist/ sparseconvnet.egg-info sparseconvnet_SCN*.so
......
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
import numpy as np
......
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
#!~/bin/bash
......
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
import torch, data
......
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
import torch, data
......
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
import torch
......
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
import torch
......
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
import torch, torch.utils.data
......
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
import torch
......
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
#!/bin/bash
set -e
......
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
import torch
......
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
import torch
......
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
import torch
......
......@@ -2,7 +2,7 @@
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
import torch
......
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
import os
......
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
# Options
......
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
import torch, numpy as np
......
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under the license found in the
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
import glob, plyfile, numpy as np, multiprocessing as mp, torch
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment