Skip to content

QuanticDisaster/CRF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRF

This project is an attempt at integrating a CRF layer as a trainable pytorch layer for points cloud. This implementation is partly adapted from CRF-RNN source code : https://github.com/sadeepj/crfasrnn_pytorch

Step 1: install requirements

  • torch
  • torch-geometric
  • pandas
  • matplotlib

Step 2: Build CRF-RNN custom op

Run setup.py inside the CRF/code/crfasrnn directory:

$ cd CRF/code/crfasrnn
$ python setup.py install 

Note that the python command in the console should refer to the Python interpreter associated with your PyTorch installation.

Step 3: download data

Available in the zip file

Step 4: Run a training

$ sh commands.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published