Efficient implementations of the Object Condensation losses (Jan Kieseler, 2020)
Project description
object_condensation
The Object Condensation loss - developed by Jan Kieseler - is now being used by several groups in high energy physics for both track reconstruction and shower reconstruction in calorimeters.
Several implementations of this idea already exist, but often they are maintained by very few people. This repository aims to provide an easy to use implementation for both the TensorFlow and PyTorch backend.
Existing Implementations:
- cms-pepr [TensorFlow]
- mlpf [PyTorch]
- gnn-tracking [PyTorch]
Installation
Clone project and run
python3 -m pip install -e '.[pytorch]'
# or
python3 -m pip install -e '.[tensorflow]'
Development setup
For the development setup, also add dev
and testing
, e.g.,
python3 -m pip install -e '.[pytorch,dev,testing]'
Please also install pre-commit:
python3 -m pip install pre-commit
pre-commit install # in top-level directory of repository
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file object_condensation-1.0.0.tar.gz
.
File metadata
- Download URL: object_condensation-1.0.0.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15c583a8660c4418a94b0270051a7e50e1b8170fb9d458ef079fc46d57100bea |
|
MD5 | 0905e4008a8d1a2621d5f015b3130858 |
|
BLAKE2b-256 | 527c0b0227d524848be25a080c96d1b4e53a6eb2bb5eca7b2e243a32cd257b1e |
File details
Details for the file object_condensation-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: object_condensation-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 380957f93360d9c89b01d6260a01c7fa28c347f340cfaa36efacd04909d26350 |
|
MD5 | 18aecc193a59d175e80c9e6912b78aff |
|
BLAKE2b-256 | 225946944513d13ae0d11a2a5a39a2f3e7a2f9345e12d5aa973a1a93fc7afb98 |