-
Hello, I would like to use your tuning model for tasks related to freespace detection. Currently, there has been no significant improvement in the effectiveness. Can you provide some suggestions for i…
-
Please add the disk usage (total, used, available) for each volume.
Windows: `wmic logicaldisk get` has attributes `Size`,`FreeSpace`
Linux: `df -T` has `Used`,`Available`
MacOS: `diskutil info…
-
```
While checking the code in the ethernet library and the w5100 datasheet, I
discovered a utility function that should be included in the ethernet library.
The w5100 datasheet specifies before wri…
-
```
While checking the code in the ethernet library and the w5100 datasheet, I
discovered a utility function that should be included in the ethernet library.
The w5100 datasheet specifies before wri…
-
Not sure how long this has been going on, I noticed this after doing a bunch of nprintf conversion to cut down on my log noise(probably going to submit that later but it's not suited for it yet), so i…
-
Ok, this isn't that serious of a bug, as it probably only happens right before the game would have been exiting anyway. Basically, if you try to run the game itself when no sound device is present, w…
-
```
# uname -r
5.8.0-0.rc3.20200701git7c30b859a947.1.fc33.x86_64
# btrfs --version
btrfs-progs v5.7
```
Summary: The central problem is that 'df' is correct, and 'btrfs fi us' Free is incorrec…
cmurf updated
3 years ago
-
In FreeSpace::compute, isn't there an error regarding max cols / rows.
You write
const int umax = disparity.rows;
const int vmax = disparity.cols;
shouldn't it be?
const int umax = disparity…
-
Couldn't get Freespace 2 working unless I turned down the AA to 4x. It will run, but flicker constantly. Optirun can handle 8x and 16x (ignoring framerate).
FXAA seems to work fine.
-
## ❓ Questions on how to use PyTorch3D
Does PyTorch3D support ICP variants that use oriented points (points with normals associated to each one)? In `pytorch3d.ops` there is `estimate_pointcloud_no…