-
Hi,
I disabled color based data augmentations by commenting in saturation,hue and value. How to disable rest of the augmentation operations ?
Thanks in advance
-
```python
class simple(nn.Module):
def __init__(self):
super().__init__()
self.conv1 = nn.Conv2d(3, 32, 3)
self.deconv1 = nn.ConvTranspose2d(32, 3, 3)
simple_model …
-
### Summary
The logging framework parser has been implemented (#4261, based on #4260), so deeper analysis can be done to identify bottlenecks & improve performance. The ultimate goal is to help ach…
-
我在yolov4-tiny.cfg文件到基础上改了两个地方:
![图片](https://user-images.githubusercontent.com/12774651/120598943-781a2b80-c479-11eb-9bfe-b8714c9c3296.png)
在draknet2ncnn能正常转换,但是到ncnnoptimize就出现下面这个错误:
![图片](http…
-
Here is what I did.
```
$ gdb --args ./src/photoflow TestImages/Lab_curves.pfi
```
And it crashed. See the gdb output
```
GNU gdb (GDB) Fedora 7.6.50.20130731-19.fc20
Copyright (C) 2013 Free Softw…
-
As discussed in https://github.com/UniStuttgart-VISUS/damast/issues/224 we need map tiles fitting our historical data (at least somewhat).
https://naturalearthdata.com provides vector and raster da…
-
*As discussed in #178, and supported in [the resolution to close it](https://github.com/w3c/fxtf-drafts/issues/178#issuecomment-367412693).*
It would be useful to have shorthand functions that can:…
-
thanks for the reporting, the following is some of my investigation.
At the first time step,
the well `PROD` enters the following code in BlackoilWellModel_impl.hpp
```c++
…
-
List of future features that should be included in the `MapViewerFMU` plugin
- Simplify callback logic
- Select well pick attribute to display as text
- Settings panel for color and font for text…
-
I expect a deconvolution to increase the resolution of the feature map, but for Darknet cfg files Netron handles the deconvolution the same way it handles the convolution:
https://github.com/lutzro…