jbilcke-hf HF Staff commited on
Commit
4b5e7b7
·
1 Parent(s): 9fb3a35

testing a fix

Browse files
Files changed (1) hide show
  1. src/index.mts +2 -4
src/index.mts CHANGED
@@ -36,10 +36,8 @@ app.post("/", async (req: Request, res: Response, _next: NextFunction) => {
36
 
37
  const defaultOptions: ColmapOptions = {
38
  command: 'automatic_reconstructor',
39
- parameters: {
40
- workspace_path: projectTempDir + '/images',
41
- image_path: projectTempDir + '/images',
42
- },
43
  };
44
 
45
  const requestBody = typeof req.body === "object" ? req.body : undefined;
 
36
 
37
  const defaultOptions: ColmapOptions = {
38
  command: 'automatic_reconstructor',
39
+ workspacePath: projectTempDir + '/images',
40
+ imagePath: projectTempDir + '/images',
 
 
41
  };
42
 
43
  const requestBody = typeof req.body === "object" ? req.body : undefined;