We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a911493 commit 087e53fCopy full SHA for 087e53f
model.hpp
@@ -4,7 +4,6 @@
4
#include <iostream>
5
#include <torch/torch.h>
6
#include <torch/csrc/api/include/torch/version.h>
7
-#include <ATen/ATen.h>
8
#include "nerfstudio.hpp"
9
#include "kdtree_tensor.hpp"
10
#include "spherical_harmonics.hpp"
openmvg.cpp
@@ -5,7 +5,6 @@
#include "tensor_math.hpp"
#include <stdexcept>
#include <string>
-#include <bits/stdc++.h>
namespace fs = std::filesystem;
11
using json = nlohmann::json;
@@ -325,4 +324,4 @@ InputData inputDataFromOpenMVG(const std::string &projectRoot){
325
324
return ret;
326
}
327
328
-}
+}
0 commit comments