Lakpa Tamang

Results 19 issues of Lakpa Tamang

I have some queries: - Can i run the same action recognition, but by using different pose estimation tool? - Do i need to build new graph based on that...

https://github.com/opendr-eu/opendr/blob/28c53725285cb5f156aa785164c0a0ba9ce76b96/projects/perception/skeleton_based_action_recognition/benchmark/benchmark_stgcn.py#L38

Is there any tests done in real time scenario? How much is the fps in real time scenario?

# Onnx model import failed using Unity Barracuda ### Problem As mentioned [here](https://github.com/onnx/tensorflow-onnx/blob/main/tutorials/ConvertingSSDMobilenetToONNX.ipynb), the SSD mobile net support only since opset 10. However, [here](https://docs.unity3d.com/Packages/[email protected]/manual/Exporting.html), Unity says to use opset 9...

pending on user response
question

Hi. Thanks for your work. In the following line, where does the simclr, and penultimate parameters come from? I dont see it in the forward of REsnet class. https://github.com/alinlab/CSI/blob/60742b60a16501350eca823fcc910ddd10f7a379/training/unsup/simclr.py#L53

I converted the tf objected detection trained model and converted it to onnx format according to [here](https://docs.unity3d.com/Packages/[email protected]/manual/Exporting.html). The problem is i cannot import my model to Unity using Barracuda. The...

I have some queries: 1. How do you load your model for inference in real time? 2. Can we use this for developing with my custom dataset?

After i have successfully trained the geometry and appearance models, how do i test with text prompts? For example: I want to input a text and i want to generate...

I am planning to run deep dg test for multiple trials and report the standard error metrics as well. There is no any option in the existing code to run...