Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Releases: cowen314/ERP

erpman v0.4.1

24 Jun 02:48
07a40df
Compare
Choose a tag to compare

Update binary format. This build should run on Ubuntu 18.04.

erpman v0.4.0

01 Jun 00:17
b35e54b
Compare
Choose a tag to compare
erpman v0.4.0 Pre-release
Pre-release

add batch processing

testing is a work in progress

ERP + erpman v0.3.1

10 Jan 05:01
Compare
Choose a tag to compare

Closes #1 -- arbitrary segmentation files can now be selected with --sementation-volume

v0.3.0

19 Oct 05:40
65034fe
Compare
Choose a tag to compare

There are no changes to the core ERP executable between this release and the previous release (v0.2.0). This release adds erpman; a tool that can be used in place of the core ERP executable. erpman uses ERP under the hood, and will add incremental features. Currently, the only difference between ERP and erpman is the number of regions that can be processed in one run. ERP can process 1 segment ID per command, while erpman can process multiple.

To install erpman and ERP, run the setup executable included in this release as root.

These executables should run on Ubuntu-18.04.

v0.2.0

30 Aug 02:20
Compare
Choose a tag to compare
  • fix arbitrary segment ID selection; users should now be able to choose which region features are extracted from
  • allow users to set segmentation file name
  • update documentation

ERP-20 was built on Ubuntu 20.04. ERP-18 was built on Ubuntu 18.04.

v0.1.0

04 Jun 03:46
Compare
Choose a tag to compare
  • add ability to process a single arbitrary segment (given a segment ID)
  • to process only 1 segment pass in three args e.g. ./ERP ./data 1 24 where 24 is the ID of the segment to process
  • the attached binary was build on an Ubuntu machine and will only run on Linux!

base build

14 Mar 23:46
Compare
Choose a tag to compare

No functional modifications to the original code from source repo. Debug enabled.