-
Hi, I noticed that you have two data splits for each dataset - one old and one new. May I know why you have two different versions? And which one should I use if I want to reproduce the numbers in you…
xthan updated
5 years ago
-
Hi,
Thanks for providing the code!!
I am trying to run the code on phototourism dataset however, I run into an error at ln number https://github.com/sarafridov/K-Planes/blob/main/plenoxels/datasets/…
-
**Is your feature request related to a problem? Please describe.**
Using the `evaluate` method from sktime's model_evaluation, it's currently not possible to provide custom sample weights
**Descri…
-
Hello, thank you very much for your excellent work. I noticed that you used pre-trained models like CasMVSNet in your code. I was wondering if these models were trained by yourself or if they are offi…
-
You have to divide our 1 Million data into Train and test set Randomly. So we got (799999, 5500) points as train data and (200000, 5500) points as test data.
-
importError Traceback (most recent call last)
Cell In[8], line 5
2 from sklearn.model_selection import train_test_split
3 from sklearn.metrics import accur…
-
Hi, @QingyongHu ,
According to Sec 4.1 in your paper, Train/Val/Test Split is briefly mentioned for Birmingham and Cambridge tiles. For better comparison with the baseline methods mentioned in your…
-
Thank you for your excellent work.
I'm trying to reproduce the results in your paper. I have successfully generated 221 output images on RoadScene. But I find the evaluation metrics on the whole Roa…
-
**Describe the bug**
ForecastingPipeline only passes y to the first N transformers as long as all need y in predict. If one transformers does not need y, then the next transformer in the pipeline wil…
-
We are currently using xgboost 1.6.2 and are trying to upgrade to 2.1.1. On the way through the versions, we observed the following prediction time averages:
1.6.2: 15ms
1.7.6: 17ms
2.0.3: 43ms
…
Raemi updated
4 hours ago