-
### Describe the bug
I'm trying to initialize mlflow with the from_config function inside the engine class. For this purpose, I'm calling the function like this:
`engine, model, datamodule = Engine.…
-
I know we kinda-discussed that in #59, but I thought it would be useful to resume that discussion & track it in a separate issue. (And if you feel it's inappropriate for me to bring it up again, plea…
-
I would like to propose the following (WIP) roadmap of changes for a future 3.0 release:
# Code
## Non-breaking
- [ ] [Auto-generate unit tests & benchmarks](https://github.com/Jounce/Surge/i…
-
I have created this issue to keep tracking of the performance between Boolector and Yices over the SV-COMP benchmarks. I noticed that Yices crashes in various cases when we print the counterexample ma…
-
Initially we only had two types of test runners: `pipeline` and `system`. Both operated at the data stream level (as opposed to the package level). Then we introduced a third type of test runner: `ass…
-
### Plugin Version or Commit ID
v0.14.4
### Unity Version
2022.3.34f1
### Your Host OS
Windows 10 Pro
### Target Platform
Android
### Description
I just downloaded the precompiled 0.14.4 rele…
-
I want to use STNet for tracking my own video frames. How can I obtain the im_x_pos, im_x_neg, and snn_state in line 211 of stnet_track.py?
Also, what is the value of snn_state_first in the init fu…
-
## What/Why
### What are you proposing?
In https://github.com/opensearch-project/OpenSearch/issues/11326 we are discussing moving a plugin into the OpenSearch distribution. We need some clearer gu…
-
Hi, when I try this code:
import sys
CENTERTRACK_PATH = "/content/CenterTrack/src/lib/"
sys.path.insert(0, CENTERTRACK_PATH)
from detector import Detector
from opts import opts
MODEL_PATH = "/co…
-
I've been testing the ORB-SLAM framework with a several test sets. I noticed a pattern amongst the tracking of the keyframes: it often takes about 150 frames for the tracker to initialise and begin sm…