This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://player.vimeo.com/api/player.js"></script> | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/NegativeMind/web-turntable-viewer-widget@v0.1.4-beta/dist/turntable-viewer.css"> | |
<div class="turntable-wrapper"> | |
<div vimeo-video-id="1118303126" clockwise-rotation> | |
<iframe width="480" height="270" frameborder="0" allowfullscreen></iframe> | |
<div class="drag-overlay"></div> | |
<div class="loading-overlay"> | |
<div class="loading-content"> | |
<div class="loading-text">Loading turntable...</div> | |
<div class="progress-container"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[project] | |
name = "dust3r" | |
version = "0.1.0" | |
description = "for dust3r" | |
readme = "README.md" | |
requires-python = ">=3.11" | |
dependencies = [ | |
"torch==2.1.1", | |
"torchvision==0.16.1", | |
"torchaudio==2.1.1", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <vector> | |
#include <iostream> | |
#include <opencv2/opencv.hpp> | |
int main(int argc, char** argv) { | |
// カメラのキャリブレーションデータ読み込み | |
cv::Mat cameraMatrix, distCoeffs; | |
cv::FileStorage fs("cameraParam.xml", cv::FileStorage::READ); | |
if (fs.isOpened()) { |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.