-
Hello,
I am working with VIIRS satellite data and currently have two files:
1. VNP14IMG - Swath data without geolocation.
2. VNP03IMG - Geolocation data.
Each file uses a different reader:
…
-
I have:
```csharp
public void OnNotification(ScNotification notification)
{
if (notification.Header.Code == (uint)SciMsg.SCN_UPDATEUI)
{
…
-
I've come across an issue when submitting toll outputs and streaming the response back to the client. The stream just seems to end straight away and doesn't send any data back.
Alternatively, when I…
-
I am a beginner in Python and OpenCV. when i run this code on windows 7 machine it worked fine but when i run this code on windows 10 I got assertion
what might be issue ?
is this driver issue?
…
-
**Describe the bug**
Hitting an error when converting an `scn` file to any other format.
**To Reproduce**
Steps to reproduce the behavior:
1. `assimp export .scn .ply` or `glb`
2. example ` ass…
-
Hi,
Is it possible to have the user_scn and update_hfield() from passive_viewer in Renderer? I want the screens of my viewer and render synchronized so I can record what I see. As in the video be…
lok-i updated
3 months ago
-
Using the `image_view` / `image_view::ImageViewNode` with image encoding `yuv422_yuy2` causes exception:
```
terminate called after throwing an instance of 'cv::Exception'
what(): OpenCV(4.6.0) …
-
![image](https://github.com/user-attachments/assets/8b86dbdd-0cd0-4c4a-8aa1-0638f27ffaad)
If we're truly at 2 hours and 46 minutes, it should be almost 200%
Dump of config file:
---
:context…
-
Hi @ChanganVR , when I tried to run the Soundspace 2.0 tutorial jupyter notebook on the Replica dataset, I keep get the errors reported that
```
[Warning]:[Scene] SemanticScene.h(328)::checkFileExi…
-
I'm attempting to adapt `evaluate.py` into my own `infer.py`. Currently I'm just trying to flush a dummy tensor through but I'm getting an error. Any help would be appreciated!!!
Here's my `infer…