-
### Godot version
v3.5.rc.custom_build (3f0201335)
### System information
Windows 10
### Issue description
As described in another simillar issue: #21341 there's a issue with bullet physics that …
-
Traceback (most recent call last):
File "7.real_time_3D_handpose_estimation.py", line 71, in
_, est_pose_uv, est_pose_cam_xyz = model(frame_device, K, pose_scale)
File "/soft/Anaconda/lib/…
-
Hey, I got a lot of indexing errors in the unpool function in enet.py. I fixed them by changing (lines 108/109):
y = (mask // output_shape[2]) % output_shape[1]
x = mask % (output_shape[2])
I'm…
-
### Godot version
4.0 rc1 mono
### System information
Fedora Linux 36 (Workstation Edition)
### Issue description
Setting data to a concave polygon shape through PhysicsServer3D gives the followi…
-
Currently, equinox handles attention heads opaquely - it reshapes QKV through the `_project` method to add the heads dimension.
However, sharding via the heads dimension is commonly used when paral…
-
The structure of all maps and the inherited data with each map.
### Template Starter Map
Minimum Map Requirements
- Smøl closed 3d map course shape
- External background 3d around course
- C…
-
When I run the visual bars data through CFL, I have to reshape it (y from a 1D array w shape (n_samples) to a 2D array with shape (n_samples, 1) and x from a 3D array w shape (n_samples, im_shape[0], …
-
I'm using Oracle11g and have model like this:
from sqlalchemy.ext.declarative import declarative_base
from geoalchemy import *
from sqlalchemy import *
from sqlalchemy.orm import *
from geoalch…
-
### Godot version
v4.0.beta9.official [e780dc332]
### System information
Windows 10, Vulkan
### Issue description
For some reason, the frustum of the 3d camera has a square shape before…
-
After training how Can I infer from my test images to predict its 3D shape?