-
Notifications
You must be signed in to change notification settings - Fork 17
Frequently Asked Questions
If there are any problems or concerns, check if we have your solution here!
Q: Does OPFython works similar as LibOPF?
A: Of course! Our implementation is solely based on LibOPF. Therefore, every type of variable has the same value over both implementations, e.g., distances, arcs weights, metrics. One can easily move all the pipeline written in C to Python without having the burden of re-implementing anything.
Q: Does OPFython uses the same labeling scheme as LibOPF?
A: No! Note that this is the only difference between OPFython and LibOPF, apart from the programming language. As most classifier-based techniques in Python are indexed from label 0
, we opted to use such an approach and mantain consistency amongst them.
opfython
© Copyright 2021 – Licensed by Apache 2.0