isspid

Results 8 comments of isspid

Running the example notebook on Google Colab works fine, for information. My dataset was imported as YOLOv5, will try now to import as COCO and see if there is a...

So I imported the dataset using ImportYOLOv5 successfully, then exported to COCO, also successfully. The problem is that when I import the newly exported dataset, errors start to occur such...

> I suspect that this is also caused by your images without annotations, which creates null values. > > If it works on Colab it may be because Colab has...

Appreciate the concern and thanks for the tip. Will try it out and let you know if sth goes wrong. In the mean time, should I close this issue or...

@kkrell2016 May I ask how the conversion from json to hocr happen? Have you written your own script for that purpose?

Yes of course. I created a new conda environment with python 3.10 using: `conda create -n chatpdf python=3.10` I activated this environment and then ran: `pip install -r requirements.txt` Afterwards...