Stephan Zhdanov

Results 14 comments of Stephan Zhdanov

build-tools folder in .gitignore and I can't understand why

I resolved this issue, by tuning openapi scheme. Code snippet: ```python # Add JWT for fastapi_jwt_auth in swagger def custom_openapi(): if app.openapi_schema: return app.openapi_schema openapi_schema = get_openapi( title=settings.project_name, version=settings.version, description="Freelance...

Why don't you want to fix problems in official api implementation?

I tried ViT-L/14. You have to just change it in inference code and feature extractor code. For example `parse_coco.py`: ``` parser.add_argument('--clip_model_type', default="ViT-L/14", choices=('RN50', 'RN101', 'RN50x4', 'ViT-B/32', 'ViT-L/14')) ``` Just add...

@alchemz Can you show your hyperparameters?

I tried to test this patch with sensor_test demo. But it return this error: ``` [sys_vi_init]-41: MMF Version:1d5c76c29-musl_riscv64 [SAMPLE_COMM_SNS_ParseIni]-2185: Parse /mnt/data/sensor_cfg.ini [parse_source_devnum]-1778: devNum = 1 [parse_sensor_name]-1859: sensor = OV_OV5647_MIPI_2M_30FPS_10BIT [parse_sensor_busid]-1888:...

Maybe, I use RPi Zero Camera (blue textolite) with default ribbon. But I don't check pinout of csi port on board and on camera module. But anyway there are some...

Do you have some progress on this issue?

It always detects some busy address (when OV5647 connected, when GC4653 and even nothing connected): ![Image](https://github.com/user-attachments/assets/f375772f-3164-4a10-82aa-5a4013a6539f)