pythonnewbie3
pythonnewbie3
Hello @OBrink and @Kohulan, it is giving me the warnings, which is why it takes my code from the terminal to start around 2-3 min on my Laptop. This means...
I solved it. I had to download the CudaToolkit like you mentioned. Thank you.
Hi @Kohulan The code is: ``` from decimer_segmentation import segment_chemical_structures, segment_chemical_structures_from_file import cv2 scanned_page_file_path=r"C:/Users/Username/Desktop/test.pdf" page = cv2.imread(scanned_page_file_path) segments = segment_chemical_structures(page, expand=True) segments = segment_chemical_structures_from_file(path, expand=True, poppler_path=r"C:\Program Files (x86)\poppler-0.68.0\bin") ``` And...
I just got a new error after changing absolutley nothing: ``` RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd RuntimeError: module compiled against API...
I managed to change the commands to python3 commands but the code only returns rows of "0.0" when I run the chemtype.py script in my editor. How can I enter...
@OBrink No. :-(