Task #11026 (closed)
Opened 6 years ago
Closed 6 years ago
Override feature scales and image resizing for Paris demo
| Reported by: | spli | Owned by: | spli |
|---|---|---|---|
| Priority: | blocker | Milestone: | 5.0.0-beta1 |
| Component: | General | Version: | n.a. |
| Keywords: | searcher | Cc: | analysis@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | FS demo 4.4 |
Description
The feature scale issue is still being worked on #10736. For the Paris demo I think we should ignore scales completely i.e. assume all iamges are at the same resolution, and instead resize images to a chosen value, e.g. 512x512 or 256x256. This will require a temporary patch to the PySLID module to disable the scale/resizign heuristic.
Change History (4)
comment:1 Changed 6 years ago by spli
comment:2 Changed 6 years ago by spli
- Status changed from new to accepted
- Summary changed from Override feature scales and iamge resizing for Paris demo to Override feature scales and image resizing for Paris demo
comment:3 Changed 6 years ago by jburel
- Sprint changed from FS Demo 4.3 to FS demo 4.4
Moved from sprint FS Demo 4.3
comment:4 Changed 6 years ago by spli
- Resolution set to fixed
- Status changed from accepted to closed
Commit https://github.com/manics/pyslid/commit/58ce26c3fd8ca17ed171d234a0c4807e7a300343 forces the user-supplied scale to be used for resizing the image and for scaling features, and ignores the PySLID heuristic.