trueToastedCode
trueToastedCode
I noticed that detecto does not train on images, where there are no object/s in the annotation. My problem is, that my trained model detects objects with high confidence in...
My best solution: Using Parallels Desktop to run the Windows version :( ``` python3 -m pipenv run pip install pyqt5==5.15.2 lxml Creating a virtualenv for this project... Pipfile: /Users/lennard/Any/Pipfile Using...
Occurs with the new DataGenerator with Sequence ``` File ~/VSCode/ai1/mrcnn/model.py:2590, in MaskRCNN.train(self, train_dataset, val_dataset, learning_rate, epochs, layers, augmentation, custom_callbacks, no_augmentation_sources) 2587 else: 2588 workers = multiprocessing.cpu_count() -> 2590 self.keras_model.fit( 2591...
Code: `model = MaskRCNN(mode='training', model_dir="logs", config=config)` Error: ``` TypeError Traceback (most recent call last) Input In [7], in () 1 # define the model ----> 2 model = MaskRCNN(mode='training', model_dir="logs",...
**Describe the problem** Here is a method, that fetches until a. certain close with a 5 min interval. ``` def get_latest_data(target_datetime, interval='5m', timeout_s=240, t_delta_past=timedelta(hours=4), t_delta_future=timedelta(minutes=1), cooldown_s=0.5): t_start = time.time() while...
``` docker run --privileged --rm tonistiigi/binfmt --install arm64 Unable to find image 'tonistiigi/binfmt:latest' locally latest: Pulling from tonistiigi/binfmt 6dda554f4baf: Pull complete 2b0720d7a501: Pull complete Digest: sha256:66e11bea77a5ea9d6f0fe79b57cd2b189b5d15b93a2bdb925be22949232e4e55 Status: Downloaded newer image...
Apple doesn't make x86_64 machines anymore, it would be nice, if we could update this code for Apple Silicon. Thx!
### Expected Behavior Plotting should work. ### Actual Behavior Fails, but only using large dataframe. `>>> bt.plot()` ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) Input In [86], in ()...
### Expected Behavior Graph should not be empty ### Actual Behavior There are also tons of warnings in the console... ``` /Users/lennard/opt/miniconda3/envs/torch/lib/python3.9/site-packages/backtesting/_plotting.py:122: UserWarning: Data contains too many candlesticks to plot;...
### Expected Behavior `bt.plot()` > plot ### Actual Behavior ``` TypeError Traceback (most recent call last) Cell In[61], line 1 ----> 1 bt.plot() File ~/miniconda3/envs/tensorflow/lib/python3.10/site-packages/backtesting/backtesting.py:1592, in Backtest.plot(self, results, filename, plot_width,...