-
I am using ARcore 0.91.0.
This throws an exception:
```java
if (tap != null && camera.getTrackingState() == TrackingState.TRACKING)
{
for (HitResult hit : frame.hitTest(tap)) {
Trac…
-
Opening an issue to document ideas. What can we do to make the validation most helpful for the policy team prior to hand-off?
It'd be helpful if everyone could peruse the current `/validation` fold…
-
arXiv论文跟踪
-
In this sentence:
"SPTAG provides two methods: kd-tree and relative neighborhood graph (SPTAG-KDT) and balanced k-means tree and relatrive neighborhood graph (SPTAG-BKT)," "relatrive" should be "rel…
-
When two lines have the same "title" AND "year" AND "authors" keep only one (the first? the most complete?)
Below the three key in ISI and SCOPUS:
- title --> ISI = TI / Scopus = Title
- year -->…
tommv updated
3 years ago
-
## Question
@trilinos/muelu
The versions of MueLu::Create?PetraPreconditioner that take nullspace and/or coordinates as ``RCP`` arguments have been deprecated (#4868). If deprecated is off, and u…
-
The purpose of the `KalmanFilter` class is somewhat unclear to me.
I am interested in estimating the parameters of the Kalman filter. To my understanding that is not implemented.
Would it be pos…
sursu updated
4 years ago
-
In pytorch_geometric/benchmark/points/edge_cnn.py, is it just as legitimate to use GATConv operator instead of edge convolutions, EdgeConv? I wanted to incorporate an attention mechanism that would ta…
-
Hi,
I added the following code to ARCore sample app. When the app loads it Immediately crashes.
```
try (final Image image = frame.acquireCameraImage()) {
if (image.getFormat() == ImageForma…
-
For example, the Enders model in Stata's ts.pdf.
``` python
from statsmodels.tools.tools import webuse
dta = webuse('wpi1')
wpi = dta['wpi']
ln_wpi = dta['ln_wpi']
mod = sm.tsa.ARIMA(ln_wpi).fit(ord…