Commit 9176db6
Visualize eval results for frame V2 - use new annotation loader
Summary:
Use D32096988 to get predictions from file. Refactor out json loading logic from here.
I opted to leave bbox/kpt filtering logic here rather than in the loader, because I don't feel it's appropriate for a loader to modify/truncate/determine what it is loading.
---------
References:
* D31199879
* [visualizer.py](https://www.internalfb.com/code/fbsource/fbcode/portalai/detectron2/tools/inference/visualizer.py)
* [frame_grabber.py](https://www.internalfb.com/code/fbsource/[9d0cc082a413]/fbcode/portalai/data/core/frame_grabber.py)
* [Sample worldmodel prediction, from the json](https://www.internalfb.com/phabricator/paste/view/P462408906)
Reviewed By: abhinavgar
Differential Revision: D32119148
fbshipit-source-id: b10ce49cb647322bec9ab625cc5f3014c261425e1 parent 08f617c commit 9176db6
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
800 | 800 | | |
801 | 801 | | |
802 | 802 | | |
| 803 | + | |
803 | 804 | | |
804 | 805 | | |
805 | 806 | | |
| |||
0 commit comments