DetectionTeamUCAS / DetectionTeamUCAS/RRPN_Faster-RCNN_Tensorflow

How can I run this project under Windows OS

Open
#40 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
252
Forks
87
PR merge metrics
No merged PRs in 30d

Description

I'm taking part in a object detection competition. I try this project under linux OS and it works fine. However in this competition I need to upload a ".exe" executable file. I find a software named 'pyinstaller' which can transfrom python object to exe file, but the premise is under same OS. So I first need to run this project under Windows.
At the Compiler part, I got lots of errors, such as "AttributeError: MSVCCompiler instance has no attribute 'compiler_so'" and "error: Don't know how to compile rbbox_overlaps_kernel.cu to build\temp.win-amd64-3.7\Release\rbbox_overlaps_kernel.obj". Anyone can help me? Thanks!

OS: windows 10
python: 3.7

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the Windows 10, Python 3.7 build and review the reported MSVCCompiler and rbbox_overlaps_kernel.cu errors. Check the compiler portion and native extension build process referenced by those errors. Done means the project builds and runs under Windows, or the supported limitation and required setup are documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, tensorflow
Domain
build-system, machine-learning
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.