Git Product home page Git Product logo

flownet3d's Introduction

flownet3d_pytorch

The pytorch implementation of flownet3d based on WangYueFt/dcp, sshaoshuai/Pointnet2.PyTorch and yanx27/Pointnet_Pointnet2_pytorch

Installation

Requirements

PyTorch>=1.0: https://pytorch.org

scipy>=1.2

numpy

h5py

tqdm

Install

Install this library by running the following command:

cd lib
python setup.py install
cd ../

Training

The processed Flyingthings3d data is provided here for download (total size ~11GB).

Then run the following command to train:

python flying_things_main.py --exp_name=flownet3d --dataset_path=xx/yy

where xx/yy is the dataset path

Attacking the model

python flying_things_main.py --exp_name=flownet3d --dataset_path=data/data_processed_maxcut_35_20k_2k_8192 --model_path=pretrained_model/model.best.t7

Performance comparison

All of the following experiments were tested on a TITAN RTX

  1. GPU memory usage:
batch size flownet3d(GB) flownet3d_pytorch(GB)
16 16.9 9.1
  1. Training time per epoch on Flyingthings3d dataset:
batch size flownet3d(min) flownet3d_pytorch(min)
16 6.7 3.4

flownet3d's People

Contributors

aheldis avatar hyangwinter avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.