-
There are evidently some corrupted values in the gpcp precip fields:
```python
import xarray as xr
store = 'https://ncsa.osn.xsede.org/Pangeo/pangeo-forge/gpcp-feedstock/gpcp.zarr'
ds = xr.ope…
-
Hi,
I have been tasked with implementing the CLARA -simulator (Eliasson et al., 2020) into COSP if possible.
The way we made the simulator for offline implementation was very similar to the MO…
-
## Keyword: out of distribution detection
There is no result
## Keyword: out-of-distribution detection
There is no result
## Keyword: expected calibration error
There is no result
## Keyword: overc…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests.
### Description
Is there any way we can…
-
Hello,
I´m developing an 3D insect scanner and would be interested if and how it may be possible to change the lighting quality in OpenLime. Is there an easy way of changing the light softness/hard…
MiB76 updated
6 months ago
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
Dear sir ,
How should I proceed if I only want to perform photometric calibration on my infrared dataset? Does the X library provide relevant functions?
-
After I change the anchors ,loss converges quickly but AP is low.
The command:
./darknet detector calc_anchors data/mydata.data -num_of_clusters 6 -width 416 -height 416
The avg-loss picture:
![…
-
I have a question about making parts of a scene image transparent.
Is it possible to add transparency if, for example, the given temperature is higher or lower than, say, 240 Kelvin?
I then want to…
-
The current layout of training and inference scripts contain lengthy functions which covers the whole process in one step, this is not friendly to write unit tests to boost the robustness. Thus refact…