Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

nothing to do

Basic Info
  • Host: GitHub
  • Owner: jULioA2367
  • License: apache-2.0
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 298 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 5
  • Releases: 0
Created over 1 year ago · Last pushed 10 months ago
Metadata Files
Readme Changelog Contributing Funding License Code of conduct Citation Codeowners Security Roadmap Authors

README

SFMedu: Structrue From Motion for Education Purpose
Version 2 @ 2014
Written by Jianxiong Xiao (MIT License)

This code demonstrates how a traditional structure from motion pipeline is done and how to compute a dense point cloud by matching propagation in a simplest way. It is mainly designed for teaching a computer vision lecture at Princeton. Please check the slides and the homework assignment together with this code release. Although it is for education purpose, it is implemented in a nice way that it actually works for real photos. It is just probably quite slow compared to more optimized system, such as Bundler from Noah Snavely.

Usage: run SFMedu2.m in Matlab.

Acknowledgement: Thanks for Fisher Yu for bug fixing and feedback. We also thanks many people for making their functions publicly available online. Note that the third party library may have different licenses that you need to follow. We include them for the convenience for the users and don't imply any copyright issues.

Owner

  • Login: jULioA2367
  • Kind: user

GitHub Events

Total
  • Issue comment event: 1
  • Push event: 898
  • Pull request event: 2
  • Create event: 4
Last Year
  • Issue comment event: 1
  • Push event: 898
  • Pull request event: 2
  • Create event: 4

Dependencies

.github/workflows/ci-plus.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
requirements.txt pypi
  • certifi ==2024.7.4
  • chardet ==5.2.0
  • charset-normalizer ==3.3.2
  • idna ==3.7
  • numpy ==2.0.1
  • pandas *
  • python-dateutil ==2.9.0.post0
  • pytz ==2024.1
  • requests ==2.32.3
  • six ==1.16.0
  • tzdata ==2024.1
  • urllib3 ==2.2.2
compile-build-date/Cargo.lock cargo
  • autocfg 1.0.1
  • chrono 0.4.19
  • itoa 0.4.7
  • libc 0.2.98
  • num-integer 0.1.44
  • num-traits 0.2.14
  • ryu 1.0.5
  • serde 1.0.127
  • serde_json 1.0.66
  • time 0.1.44
  • wasi 0.10.0+wasi-snapshot-preview1
  • winapi 0.3.9
  • winapi-i686-pc-windows-gnu 0.4.0
  • winapi-x86_64-pc-windows-gnu 0.4.0
Dockerfile docker
  • alpine 3.6 build
  • golang 1.17 build
build.gradle maven
pom.xml maven
  • org.jenkins-ci.plugins.workflow:workflow-step-api
  • org.jenkins-ci.plugins:aws-java-sdk 1.11.995
  • org.jenkins-ci.plugins:structs
  • org.jenkins-ci.plugins.workflow:workflow-basic-steps test
  • org.jenkins-ci.plugins.workflow:workflow-cps test
  • org.jenkins-ci.plugins.workflow:workflow-durable-task-step test
  • org.jenkins-ci.plugins.workflow:workflow-job test
  • org.jenkins-ci.plugins:pipeline-utility-steps 2.13.0 test
  • org.mockito:mockito-core test
  • org.testcontainers:testcontainers 1.16.0 test
package-lock.json npm
  • 1421 dependencies
pyproject.toml pypi
Gemfile rubygems
.github/workflows/github-actions-demo.yml actions
  • appleboy/ssh-action v0.1.10 composite
.devcontainer/Dockerfile docker
  • cardano_cli latest build
  • cargo latest build
  • deno latest build
  • haskell latest build
  • kuber latest build
  • nodejs latest build
  • plutus latest build
  • system_deps latest build
  • ubuntu ${UBUNTU_VERSION} build
android/build.gradle maven
environment.yml pypi