JuanFuriaz

Results 3 issues of JuanFuriaz

Hi Luxionis Team, I can not connect to the camera when I'm offline. The main.py shows: ``` ======== Running on http://0.0.0.0:9999 ======== (Press CTRL+C to quit) ``` while the web-browser...

Hello @tersekmatija, Thanks for the awesome project! I'm trying to run `ewasr_resnet18.blob` in my OAK-D camera. For this, I first exported the model using `export.py` and then created a script,...

Hi everyone! I'm trying to run the `prediction.py` as shown in here: ```bash python predict.py \ --dataset_config configs/examples.yaml \ --model ewasr_resnet18 \ --weights path/to/model/weights.pth \ --output_dir output/predictions ``` I downloaded...