Avinash Goen

Results 3 issues of Avinash Goen

In the ReadMe file, for dataset preparation, it is said that `You need to download the human parsing dataset, prepare the images and store in /data/datasets/dataset_name/. We recommend to symlink...

## Versions - Python: 3.12.1 - Semantic Router: 0.0.32 ## Error: `ROUTE_LAYER = RouteLayer.from_json(ROUTE_LOCATION) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/semantic_router/layer.py", line 311, in from_json encoder = Encoder(type=config.encoder_type, name=config.encoder_name).model ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pydantic/v1/dataclasses.py", line 329,...

### Description of the bug ```shell pymupdf/__init__.py in ?(tessdata) 17818 # Unix-like systems: 17819 cp = subprocess.run("whereis tesseract-ocr", shell=1, capture_output=1, check=0, text=True) 17820 response = cp.stdout.strip().split() 17821 if cp.returncode or...