Kadir Nar
Kadir Nar
Error Message: ``` @model("my_first_model", pip_packages=['torchvision','torch','QuantStub']) TypeError: model() got an unexpected keyword argument 'pip_packages' ``` Solution: ``` layer.init("marul-classification",pip_packages=['torchvision']) ``` I want to run the dataset locally. ``` 19:37:40 my_first_model: FileNotFoundError: [Errno...
Thank you, I fixed the error. But I am getting a new error. ``` ⠧ my_first_model ━╸━━━━━━━━ UPLOADING [94/757 files, 37 MB/234 MB, 1.8 MB/s, 0:01:47] .... ..... aiohttp.client_exceptions.ServerDisconnectedError: Server...
I no longer use linux operating system. Does it work in windows for the layer library? https://github.com/layerai/sdk/issues/97#issuecomment-1160262151
Currently there is only windows operating system. I will reinstall ubuntu to try it. But I don't know the solution of the error. At the moment I am not getting...
Do you accept PR?
Hi @shensheng272 , I am looking for the demo python file. I want to run .engine and .onnx models on video. Can you share the sample code line? There is...
Thank you for the feedback.
> @kadirnar hi, TRT inference for single image is supported, you can test is like `python deploy/TensorRT/eval_yolo_trt.py -v -m model.trt --imgs-dir /workdir/datasets/coco/images/val2017 --annotations /workdir/datasets/coco/annotations/instances_val2017.json --conf-thres 0.25 --iou-thres 0.45` Inference for...
- [X] I want to do [Image Stitching](https://kornia.readthedocs.io/en/latest/applications/image_stitching.html)
- [X] I want to do [2D Line fitting](https://github.com/kornia/kornia/blob/master/examples/geometry/fit_line2.py) 🚀