Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made pytorch-1.0 pip installable #590

Open
wants to merge 1 commit into
base: pytorch-1.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include faster_rcnn *
380 changes: 0 additions & 380 deletions demo.py

This file was deleted.

File renamed without changes.
2 changes: 2 additions & 0 deletions _init_paths.py → faster_rcnn/_init_paths.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import os
import os.path as osp
import sys

Expand All @@ -9,6 +10,7 @@ def add_path(path):

# Add lib to PYTHONPATH
lib_path = osp.join(this_dir, 'lib')
assert os.path.isdir(lib_path), lib_path
add_path(lib_path)

coco_path = osp.join(this_dir, 'data', 'coco', 'PythonAPI')
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
Loading