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

CVPR 2021 Changes #273

Open
wants to merge 40 commits into
base: main
Choose a base branch
from
Open

CVPR 2021 Changes #273

wants to merge 40 commits into from

Conversation

acoadmarmon
Copy link
Collaborator

These changes contain the Big Transfer and NN Classifier that allow for the direct computation of the probability of an image patch being foreground or background.

plot(image, boxes: dataset.labels[frameId].enumerated().map {
(String($0), $1.location)
}, margin: 10.0, scale: 0.5).show()
// plot(image, boxes: dataset.labels[frameId].enumerated().map {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed because issue with plotly

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should maybe just remove these?

// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// // Copyright 2020 The SwiftFusion Authors. All Rights Reserved.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed because plotly no longer supports this. I think we should delete this file entirely?

@@ -281,7 +284,7 @@ extension TrackerEvaluationDataset {
for track in video.tracks {
let sequence = TrackerEvaluationSequence(
frames: Array(
video.frames[track.startFrameIndex..<(track.startFrameIndex + track.boxes.count)]),
video.frames[track.startFrameIndex..<(track.boxes.count)]),
Copy link
Collaborator Author

@acoadmarmon acoadmarmon Dec 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was a bug, would overflow the number of frame available in the previous implementation

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.

3 participants