Skip to content

Conversation

mjyun01
Copy link
Contributor

@mjyun01 mjyun01 commented Jan 18, 2024

Description

  • Code implementation for RNGDet: Road Network Graph Detection by Transformer in Aerial Images
  • Check rngdet/requirements.txt for Check the requirements.txt for the required configuration settings.

Type of change

  • A new research paper code implementation

Tests

  • To train and evaluate new RNGDet network with cityscale dataset, follow descriptions in Readme.md.
  • Due to the randomness existing in both sampling and training, the final performance of the proposed models might be slightly different from the number reported in the original paper. Also, different threshold can make different results.

Test Configuration:

  • backbone = resnet50, num_quires = 10
  • extract_candidate_threshold = 0.65, candidate_filter_threshold = 25, alignment_distance = 10, logit_threshold = 0.75
  • More than 10 epoch training with default threshold settings makes reasonable result images.

Checklist

Copy link

google-cla bot commented Jan 18, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@laxmareddyp laxmareddyp requested review from fyangf and yeqingli and removed request for rachellj218 and saberkun January 18, 2024 14:48
@laxmareddyp laxmareddyp added the models:official models that come under official repository label Jan 18, 2024
@laxmareddyp laxmareddyp requested review from Zarjagen and removed request for fyangf and yeqingli January 18, 2024 19:04
@Zarjagen Zarjagen added the ready to pull ready to pull (create internal pr review and merge automatically) label Jan 22, 2024
@laxmareddyp
Copy link
Collaborator

Hi @Zarjagen,

Could you please review and approve the PR here.Thanks

@sineeli sineeli removed the ready to pull ready to pull (create internal pr review and merge automatically) label Jan 23, 2024
@Zarjagen Zarjagen merged commit 3256e10 into tensorflow:master Jan 26, 2024
@sineeli sineeli added the ready to pull ready to pull (create internal pr review and merge automatically) label Jan 30, 2024
@sineeli sineeli requested a review from yeqingli January 30, 2024 20:04
sineeli added a commit that referenced this pull request Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes models:official models that come under official repository ready to pull ready to pull (create internal pr review and merge automatically)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants