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

Fix the incompatibility of the latest numpy and pycocotools #2024

Merged
merged 3 commits into from
Jan 29, 2020

Conversation

hellock
Copy link
Member

@hellock hellock commented Jan 28, 2020

np.linspace(.5, 0.95, np.round((0.95 - .5) / .05) + 1, endpoint=True)

will raise a TypeError.

@hellock hellock requested a review from ZwwWayne January 28, 2020 07:20
@hellock hellock merged commit f96e57d into open-mmlab:master Jan 29, 2020
@hellock hellock deleted the deps-cocoapi branch January 29, 2020 03:06
mattdawkins added a commit to VIAME/mmdetection that referenced this pull request Mar 13, 2020
* origin/viame/master: (28 commits)
  Fix FPN upscale
  Extra compiler args
  VIAME-specific build parameters
  Bump version to 1.0.0 (open-mmlab#2029)
  Fix the incompatibility of the latest numpy and pycocotools (open-mmlab#2024)
  format configs with yapf (open-mmlab#2023)
  options for FCNMaskHead during testtime (open-mmlab#2013)
  Enhance AssignResult and SamplingResult (open-mmlab#1995)
  Fix typo activatation -> activation (open-mmlab#2007)
  Reorganize requirements, make albumentations optional (open-mmlab#1969)
  Encapsulate DCN into a ConvModule & Conv_layers (open-mmlab#1894)
  Code for Paper "Bridging the Gap Between Anchor-based and Anchor-free… (open-mmlab#1872)
  Non color images (open-mmlab#1976)
  Fix albu mask format bug (open-mmlab#1818)
  Fix CI by limiting the version of torchvision (open-mmlab#2005)
  Add ability to overwite existing module in Registry (open-mmlab#1982)
  bug for distributed training (open-mmlab#1985)
  Update Libra RetinaNet config with the latest code (open-mmlab#1975)
  Fix issue in refine_bboxes and add doctest (open-mmlab#1962)
  add link to official repo (open-mmlab#1971)
  ...
ioir123ju pushed a commit to ioir123ju/mmdetection that referenced this pull request Mar 30, 2020
…ab#2024)

* use git repo instead of pip wheels

* install pycocotools before building mmdet

* fix travis installation
mike112223 pushed a commit to mike112223/mmdetection that referenced this pull request Aug 25, 2020
…ab#2024)

* use git repo instead of pip wheels

* install pycocotools before building mmdet

* fix travis installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants