hulxqly

nothing to do

https://github.com/szi49f/hulxqly

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: SzI49f
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 299 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • 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 Notice Copyright Dco Cla

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: SzI49f
  • Kind: user

GitHub Events

Total
  • Push event: 1,530
  • Create event: 2
Last Year
  • Push event: 1,530
  • Create event: 2

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 ==2.2.2
  • python-dateutil ==2.9.0.post0
  • pytz ==2024.1
  • requests ==2.32.3
  • six ==1.16.0
  • tzdata ==2024.1
  • urllib3 ==2.2.2
.github/workflows/build-openwrt.yml actions
  • P3TERX/debugger-action master composite
  • actions/checkout master composite
  • actions/upload-artifact master composite
.docker-compose-okteto.yml docker
  • mongo latest
Dockerfile docker
  • nvcr.io/nvidia/pytorch 23.05-py3 build
go.sum go
  • 862 dependencies
1.x/spring-boot-actuator/pom.xml maven
  • org.springframework.boot:spring-boot-devtools
  • org.springframework.boot:spring-boot-starter-actuator
  • org.springframework.boot:spring-boot-starter-web
  • org.springframework.boot:spring-boot-starter-test test
build.gradle maven
package-lock.json npm
  • 469 dependencies
pubspec.yaml pub
  • flutter_test {"sdk"=>"flutter"} development
  • cupertino_icons ^0.1.2
  • flutter {"sdk"=>"flutter"}