Bharat Bohara
Bharat Bohara
I tried converting annotated dimensions back to original images by multiplying / dividing aspect ratio of original image with normalized width/height (divided by 500) of a down-scaled images (that we...
@anurajesh1 did you solve the issue of dimension mismatch after images are labelled?
> @tadeussilver I was wondering if I could use PySpice in a Google Colab environment as a educational tool @ uni. So I read its [Importing libraries](https://colab.research.google.com/notebooks/snippets/importing_libraries.ipynb) snipped. I could...
@cyber-g, Hi! I followed your instructions, and it solved this problem: `Unable to locate package libngspice0-dev`. But I am getting the following error. ``` 2022-06-01 21:57:50,787 - PySpice.Spice.NgSpice.Shared.NgSpiceShared._send_char - WARNING...
@yoyomolinas I used your code for checkpoint conversion. Its working pretty well but I am not able to use the exported frozen graph model to tensorrt uff model that is...
@HERIUN Thank you for sharing the weights. I am very much thankful for your help. I will try them for my training and update on the progress. Thank you @HERIUN...
Oh thank you Chris. Please take your time. I ought to use auto-routing for the PCB board in my project. Your work is really awesome and thank you for making...
I am running this code on Ubunutu 20.04 and my python version is 3.8. Still I am having some errors while running the script: `pypy pcb.py --v 1 netlist.pcb |...
@vygr Okay Chris I will try with Python 2.7. However, I would love to hear if you update for the Python3 version. Thank you.