-
Allow the user to resize the right Properties panel to a maximum width no greater than 1/3 of the full app window.
This is pretty much exactly what #164 was.
-
I could not find a way to make the video resize automatically, depending on the display of the guide.
Is it possible?
-
你好,
我看你训练的时候resize是没有管aspect ratio的,直接统一resize到640x640,但是在tools/inference/onnx_inf.py中,preprocess的时候还是保留了aspect ratio,想问下问啥会这样呢?
另外我看你onnx推理的时候和torch推理的时候传的参数也不一样,onnx传入的`orig_target_sizes`是resize后的…
-
Canvas is not resizing properly, because of this stroke and mouse pointer is not aligned. I can work on this for hacktoberfest.
![ezgif com-gif-maker(1)](https://user-images.githubusercontent.com/889…
-
**TLDR: Used center_crop, code did not center-crop, why??**
Thank you very much for the awesome work! You're making my life a lot easier.
However, I did meet some problems. I was trying to downl…
-
Uncaught runtime errors:
×
ERROR
ResizeObserver loop completed with undelivered notifications.
-
If you have a list:
```jsx
function resizingText(props){
const [height, setHeight] = useState(20);
useEffect(() => {
const t = setTimeout(() => {
setHeight(40);
…
-
When I resize the window, there is an issue with the page not being in the center.
It is not a big deal for now, but it might need to be optimized in the future.
-
The `window_size` implementation currently performs this cassert:
```c
cassert(window->flags & ekWINDOW_RESIZE);
```
I want to be able to create a window which cannot be resized by the end…
-
### Describe the issue
Currently the `Resize` operation is not supported by QNN on GPU, but `ResizeNearestNeighbor` and `ResizeBilinear` are supported (see attached image and https://docs.qualcomm.co…