-
i am using yolov5s-4.0 on my own dataset,it has 10 classes.
i have changed the nc=10 in yolov5s.cfg,yolov5s.yaml in path:yolo-tensorrt-master\configs\yolov5-4.0
i have successfully build the detect…
-
Here are the minimal steps that can be used to reproduce this issue on Windows
- Execute following code and copy the path of variable `n`
```
using JuliaDB
t = table([1,2,3,4], [1,2,3,4], chunks…
-
I recently discovered that both [polars](https://github.com/pola-rs/polars/issues/16248) and [datafusion-python](https://github.com/apache/datafusion-python/issues/703) do not push down timestamp pred…
-
Something called `utils` will mostly end up as a catch it all module of unrelated stuff.
-
Hi,
I use `FLAML==2.1.0`. I tried the timeseries forecasting tutorials which worked. When I use my own data I run into `KeyError`/`ValueError` issues when I try to `predict()` on the test data.
…
tkeyo updated
10 months ago
-
### Summary
Tests fail, full build log → https://ppb.chymera.eu/0a66d8.log
### Platform details:
Choose one:
- [x] Local environment
Gentoo Linux
- Heudiconv version:
`=heudiconv-…
-
```
terminate called after throwing an instance of 'pcl::IOException'
what(): : [pcl::PCDWriter::writeBinary] Error during open!
```
how can be reproduced: ```./rosbag2nuscenes ../../bag/ ../co…
-
I have an example of a context where two of my terms have an identical scoped context - here `creator` and `publisher` have a scoped context which happens to be identical.
```python
import json
f…
-
I tried to run a study definition but hit this error:
```
feather does not support serializing for the index; you can .reset_index() to make the index into column(s)`
```
This doesn't happen …
-
Hello, I have a MobileNetV2 That I am trying to use for image classification by means of transfer learning, although apparently seems to not work. Initially, I perform transfer learning on my model a…