lukqw

Results 9 issues of lukqw

Hi there, I am trying to deploy my mmdetection model on aws serverless sagemaker and am running into the following issues. The deep learning container I am using has torch...

installation/env

Could you please extend the toolbarProps to allow for setting the background color and the toolbar icon color. 😊 Writing a whole new toolbar component for this feels counterintuitive, as...

enhancement

Hi there I am currently working on a checkout process, which has two steps, between which users can switch back and forth. On step 1 of the checkout process, the...

Hi there, I recently tried to convert your model to tf lite and run inference on it, but am experiencing some errors. I'm using the following code to convert the...

hi, I just stumbled upon the code of image_preprocess in yolov3/utils.py why is the image padded instead of resized (stretched) correctly? is this why the boxes work better in my...

I got a problem which I've also tested on https://romainsimon.github.io/vue-simple-search-dropdown/ When you select an entry with left clicking your mouse, "X has been selected" is printed twice. Therefore I assume...

Hi there, I am currently trying to convert my yolov3-tiny (.pb or .tflite) model to perform inference on my tinker board R with the following code: ``` rknn = RKNN(verbose=True,verbose_file="./verbose_log")...

## Description I am currently trying to 8-bit integer quantize my tensorflow 2.3 SavedModel(s) via TensorRT. Model in case is a custom yolov3-tiny relu model, which I have successfully split...

## Background With @remotesynth and @HarshCasper working on the blog post for ephemeral instances and application previews, they have identified the need for getting logs of LocalStack, in case the...