Stanislav Ponkrashov

Results 15 comments of Stanislav Ponkrashov

The issue is most likely about unsupported camera codec. The conversion code is here. https://github.com/alievk/avatarify-desktop/blob/559924fe6b62312c3155c1216c68ccc9afec1b00/avatarify/src/camera/AsyncCameraCapture.cpp#L73-L92

@The-Pan-Man, you probably have 32 bit system, unfortunately Avatarify Desktop doesn't support it

We have also discussed the feature of weight visualization. It will help to detect model issues easily and speed up debugging. Then intermediate tensors, errors, etc. visualization may also be...

@seanshpark, yes, this is what is implemented in the draft. Property window shows additional property: VisualTensorView. The implemented UI works as described, the draft is kind of full working if...

> * I don't see related codes as of now in the change Currently the code just changes the default behavior of sidebar, adding a new property to any tensor...

Now VisualTensorView property is enabled only in circle graph and disabled in partition editor and visquv. The draft provides full "Current scenario".

Current state: ![image](https://user-images.githubusercontent.com/4605568/217570905-fc151401-ceac-4fb9-af3e-2e0dfcd517d4.png) Added UI to modify scale and swap axes.

@seanshpark, 'weights' a property of some nodes (in this case it's DepthwiseConv2D). Currently the visualizer works for any properties that are tensors of shape [a, b...] (in this case [1,...

@seanshpark, thank you, the bug with black bar is fixed. > Q) How does the bar graph show when Tensor is 2D, 3D or 5D ? If I understand your...

> Q) what is the meaning of the colors ? The higher wavelength, the higher value: - red = 1.0 (the highest value in tensor) - green = 0.5 -...