Bernd Fritzke
Bernd Fritzke
When I enter this command: `python yolo_video.py --input ele.mp4 --output eleout.mp4` after following your advice, I get get this error: `model_data/yolo.h5 model, anchors, and classes loaded. !!! TYPE: (416, 416,...
thx. Just confirmed this behavior. Will analyze and fix.
fix committed in Line 91: self.labels_ = self.predict(X)
That would be excellent!
could you provide a sample prog + output illustrating the behavior?
> When fitting `BKMeans` on some toy data: > > ``` > data = {'Feature1': np.random.randint(0, 10, (50,)), > 'Feature2': np.random.randint(0, 10, (50,))} > df = pd.DataFrame(data) > > kmeans...
Is it possible that the versions of llama-index and langchain in requirements are very old? Mamba or conda do not find them: ``` mamba create --name llamaindex --file requirements.txt Looking...